ok i think its actually fixed
This commit is contained in:
parent
424234c05f
commit
c2bfbd9f88
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Galaxy(commands.Cog):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
self.config = Config.get_conf(self, identifier=6621962)
|
self.config = Config.get_conf(self, identifier=6621962)
|
||||||
guild_default = {
|
guild_default = {
|
||||||
"cocotarget = 0"
|
"cocotarget": 0
|
||||||
}
|
}
|
||||||
self.config.register_guild(**guild_default)
|
self.config.register_guild(**guild_default)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue