Skip to content

Commit

Permalink
[Discord] Normalize overwatch hero command docstring quotation mark type
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jan 30, 2023
1 parent 8775bfe commit 97a7531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Discord/cogs/overwatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ async def achievement(self, ctx):

@overwatch.command(hidden = True)
async def hero(self, ctx):
'''
"""
Heroes
Deprecated, as the API this command used to use does not exist anymore
https://overwatch-api.net/
https://github.com/jamesmcfadden/overwatch-api
'''
"""
await ctx.send_help(ctx.command)

@overwatch.command(hidden = True)
Expand Down

0 comments on commit 97a7531

Please sign in to comment.