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()