diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-15 14:44:41 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-15 14:44:41 +0530 |
commit | 8612a9ed856f0b37b9b46505f2b188306f37400b (patch) | |
tree | 9c68f1ca4de321e41ad74e21713cae6aa62cdc9d | |
parent | 68a5973a32ac91da21797c0f179b3dac3a1c5b86 (diff) |
removed the 'nice try' message when you asked the bot to say something that triggers another function
-rw-r--r-- | bot.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 ': |