refactor: remove commented out code
This commit is contained in:
parent
29789d3331
commit
dfe804b4ac
@ -230,12 +230,6 @@ async def on_message(message):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if message.content.startswith('!help'):
|
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:
|
if len(message.content.split()) > 1:
|
||||||
await client.send_message(message.channel, help_methods.parse_message(message.content))
|
await client.send_message(message.channel, help_methods.parse_message(message.content))
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user