ok i think its actually fixed

This commit is contained in:
Seaswimmer 2023-03-01 23:49:35 -05:00
parent 424234c05f
commit c2bfbd9f88

View file

@ -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)