Updating some wording on help

This commit is contained in:
luke 2018-06-19 14:03:55 -07:00
parent c17bab3697
commit fb3b0cfd61

View File

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