From 79e6e120a5570089aece982b2081407d61f5d6e6 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 2 Mar 2023 01:06:27 -0500 Subject: [PATCH] minor changes --- galaxy/galaxy.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 32debb1..f267383 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -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):