fix
This commit is contained in:
parent
90d0353ed9
commit
4549d65116
@ -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": [],
|
||||
|
Loading…
Reference in New Issue
Block a user