From 7ae0034de3801770b2b5df0cf54777aaf4621ab3 Mon Sep 17 00:00:00 2001 From: tema5002 Date: Sun, 24 May 2026 18:13:28 +0200 Subject: [PATCH] Update main.py --- main.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.py b/main.py index c59f8bd..8bf646c 100755 --- a/main.py +++ b/main.py @@ -583,6 +583,10 @@ async def handle_command(msg: str, message: discord.Message) -> tuple[str | disc @bot.event async def on_message(message: discord.Message): + if message.content.lower() == "rc": + await message.reply("reaction bot is here") + return + try: msg = message.content if not msg.lower().startswith(CONFIG.prefix):