refactor: remove commented out code

This commit is contained in:
John 2018-06-21 17:03:55 -04:00
parent e69263fc42
commit 86d6a7aab2

View File

@ -230,12 +230,6 @@ async def on_message(message):
)
if message.content.startswith('!help'):
#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)
# )
if len(message.content.split()) > 1:
await client.send_message(message.channel, help_methods.parse_message(message.content))
else: