Fixed borked path for tags.
This commit is contained in:
@@ -8,7 +8,7 @@ import asyncio
|
|||||||
class Tag:
|
class Tag:
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
with open("src/shared_libs/tags.json", "r") as fp:
|
with open("sebimachine/shared_libs/tags.json", "r") as fp:
|
||||||
json_data = fp.read()
|
json_data = fp.read()
|
||||||
global tags
|
global tags
|
||||||
tags = json.loads(json_data)
|
tags = json.loads(json_data)
|
||||||
|
|||||||
Reference in New Issue
Block a user