From 6dadadb44b607ab7ec836358e8415ecb9100953b Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 30 Jul 2023 18:49:49 -0500 Subject: [PATCH] [Discord] Normalize strawpoll command docstring quotation mark type --- Discord/cogs/resources.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Discord/cogs/resources.py b/Discord/cogs/resources.py index a3189ce119..ee158d4ed4 100644 --- a/Discord/cogs/resources.py +++ b/Discord/cogs/resources.py @@ -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()