This commit is contained in:
Amazed 2020-08-31 20:03:24 +02:00
parent 90d0353ed9
commit 4549d65116
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ import requests
class WynncraftCog(commands.Cog):
def __init__(self):
def __init__(self, bot):
self.bot = bot
self.config = Config.get_conf(self, identifier=48775419874)
default_guild = {
"tracked": [],