Skip to content

Commit

Permalink
[Discord] Improve pokemon move category command type hint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 26, 2023
1 parent b657f38 commit 46e2769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Discord/cogs/pokemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ async def move_ailment(self, ctx, id_or_name: str):
...

@move.command(name = "category", with_app_command = False)
async def move_category(self, ctx, id_or_name : str):
async def move_category(self, ctx, id_or_name: str):
'''WIP'''
...

Expand Down

0 comments on commit 46e2769

Please sign in to comment.