Skip to content

Commit

Permalink
Update Creedy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtookay authored Nov 12, 2017
1 parent 4292bb4 commit 0bda9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Creedy.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async def on_message(message):
final_message = getMnRoi(no_mn)

elif len(message.content) > 1 and message.content[1] != ' ' and ((message.content[0] == '!' and message.content[1] != '!' and message.content[1] != '?') or (message.content[0] == '$' and message.content[1] != '$')):
final_message = 'Invalid command. Use ?help to see the available commands.'
final_message = 'Invalid command. Use !help to see the available commands.'

if final_message != '':
await client.send_message(message.channel, '`' + final_message + '`' + link)
Expand Down

0 comments on commit 0bda9d1

Please # to comment.