From 8612a9ed856f0b37b9b46505f2b188306f37400b Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 15 Dec 2020 14:44:41 +0530 Subject: removed the 'nice try' message when you asked the bot to say something that triggers another function --- bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.py b/bot.py index 59ccd31..703ee2c 100644 --- a/bot.py +++ b/bot.py @@ -25,7 +25,6 @@ async def on_ready(): @client.event async def on_message(message): if message.author == client.user: - await message.channel.send("nice try nigga") return if message.content[0:6] == 'z!say ': -- cgit v1.2.3