From c17bab3697e52815155b988d2cb84eefe3a035ce Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 19 Jun 2018 13:55:17 -0700 Subject: [PATCH] Updating the help method to link to the open issue --- app/dragon-bot.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/dragon-bot.py b/app/dragon-bot.py index bd7e2ab1..42b6c7dd 100644 --- a/app/dragon-bot.py +++ b/app/dragon-bot.py @@ -230,11 +230,11 @@ async def on_message(message): ) if message.content.startswith('!help'): - await client.send_message(message.channel, "ok {}, check your private messages".format(message.author.mention)) - await client.send_message( - message.author, - help_methods.parse_message(message.content) - ) + 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.author, + # help_methods.parse_message(message.content) + # ) if message.content.startswith('!homepage'): await client.send_message(