From fb3b0cfd61028fb0eeb575c6c96c95f19de53af6 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 19 Jun 2018 14:03:55 -0700 Subject: [PATCH] Updating some wording on help --- app/dragon-bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dragon-bot.py b/app/dragon-bot.py index 42b6c7dd..0cc8c1b3 100644 --- a/app/dragon-bot.py +++ b/app/dragon-bot.py @@ -230,7 +230,7 @@ async def on_message(message): ) if message.content.startswith('!help'): - await client.send_message(message.channel, "Sorry {}, But the help method is currently broken. \nIf you'd like to help fix it, take a look at the open issue\nhttp://luker.zzzz.io/gitlab/ldooks/dragon-bot/issues/2".format(message.author.mention)) + await client.send_message(message.channel, "Sorry {}, But the help command is currently broken. \nIf you'd like to help fix it, take a look at the open issue\nhttp://luker.zzzz.io/gitlab/ldooks/dragon-bot/issues/2".format(message.author.mention)) # await client.send_message( # message.author, # help_methods.parse_message(message.content)