Updating the help method to link to the open issue
This commit is contained in:
parent
4bd8e46f0c
commit
c17bab3697
@ -230,11 +230,11 @@ async def on_message(message):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if message.content.startswith('!help'):
|
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.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(
|
# await client.send_message(
|
||||||
message.author,
|
# message.author,
|
||||||
help_methods.parse_message(message.content)
|
# help_methods.parse_message(message.content)
|
||||||
)
|
# )
|
||||||
|
|
||||||
if message.content.startswith('!homepage'):
|
if message.content.startswith('!homepage'):
|
||||||
await client.send_message(
|
await client.send_message(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user