We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4478795 commit 99d9120Copy full SHA for 99d9120
src/cogs/help_command.py
@@ -33,7 +33,7 @@ async def on_ready(self):
33
query = 'Module\'s or Command\'s name'
34
)
35
@commands.cooldown(1, 15)
36
- async def help(self, ctx, query: str = None):
+ async def help(self, ctx: commands.Context, query: str = None):
37
"""Shows all modules of that bot"""
38
39
embed = Embeds(
0 commit comments