Skip to content

Commit

Permalink
[Discord] Normalize strawpoll command docstring quotation mark type
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jul 30, 2023
1 parent 3e63a7c commit 6dadadb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Discord/cogs/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,10 +672,10 @@ async def spotifytoyoutube(self, ctx, url: str):
@commands.command(hidden = True)
@checks.not_forbidden()
async def strawpoll(self, ctx):
'''
"""
This command has been deprecated, as StrawPoll.me has closed
https://support.fandom.com/hc/en-us/articles/7951865547671
'''
"""
await ctx.send_help(ctx.command)

@commands.command()
Expand Down

0 comments on commit 6dadadb

Please sign in to comment.