From 0bda9d1b014d886c5c3d6e872a47caf6ad66866f Mon Sep 17 00:00:00 2001 From: Andrew Tookay Date: Sun, 12 Nov 2017 02:39:46 +0200 Subject: [PATCH] Update Creedy.py --- Creedy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Creedy.py b/Creedy.py index a13fa24..385368b 100644 --- a/Creedy.py +++ b/Creedy.py @@ -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)