Skip to content

Commit

Permalink
[Discord] Improve pokemon move ailment command type hint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 25, 2023
1 parent 88aa922 commit b657f38
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 @@ -248,7 +248,7 @@ async def move(self, ctx, id_or_name: str):
...

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

Expand Down

0 comments on commit b657f38

Please sign in to comment.