minor changes
This commit is contained in:
parent
6ea7d180ba
commit
79e6e120a5
1 changed files with 3 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue