- Added names to the Cogs so they are displayed in the $help cmd.

This commit is contained in:
Florian SYLVAIN
2021-03-07 17:50:30 +01:00
parent 4d71863cb4
commit 72bc1dcfad
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from discord.ext.commands.cooldowns import BucketType
CD_ISSOU = 0
class OtherCmds(commands.Cog):
class OtherCmds(commands.Cog, name='Other commands'):
def __init__(self, bot):
self.bot = bot