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):