From f1005947a5d3efd1cb0ca61faaf19c39cd05ed4b Mon Sep 17 00:00:00 2001 From: nex Date: Tue, 14 Mar 2023 11:13:11 +0000 Subject: [PATCH] Shut shronk bot up --- cogs/events.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cogs/events.py b/cogs/events.py index 6717a4d..ef5e0e9 100644 --- a/cogs/events.py +++ b/cogs/events.py @@ -113,11 +113,13 @@ class Events(commands.Cog): ) RESPONSES = { "Congratulations!!": "Shut up SHRoNK Bot, nobody loves you.", - "You run on a Raspberry Pi... I run on a real server": "At least my server gets action, while yours just sits and collects dust!" + "You run on a Raspberry Pi... I run on a real server": "At least my server gets action, " + "while yours just sits and collects dust!" } for k, v in RESPONSES.items(): if k in message.content: - await message.reply(v, delete_after=10) + await message.reply("shut up", delete_after=3) + await message.delete(delay=3) break # Stop responding to any bots if message.author.bot is True: