minor changes

This commit is contained in:
Seaswimmer 2023-03-02 01:06:27 -05:00
parent 6ea7d180ba
commit 79e6e120a5

View file

@ -9,10 +9,9 @@ class Galaxy(commands.Cog):
def __init__(self, bot):
self.bot = bot
self.config = Config.get_conf(self, identifier=6621962)
guild_default = {
"cocotarget": 0
}
self.config.register_guild(**guild_default)
self.config.register_guild(
cocotarget = 0
)
@commands.Cog.listener('on_message')
async def cocoreact(self, ctx, message):