Skip to content

Commit 99d9120

Browse files
+ Type hinting
1 parent 4478795 commit 99d9120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cogs/help_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async def on_ready(self):
3333
query = 'Module\'s or Command\'s name'
3434
)
3535
@commands.cooldown(1, 15)
36-
async def help(self, ctx, query: str = None):
36+
async def help(self, ctx: commands.Context, query: str = None):
3737
"""Shows all modules of that bot"""
3838

3939
embed = Embeds(

0 commit comments

Comments
 (0)