From 884b414721ac7b239b9f275a846ce6e076120dfb Mon Sep 17 00:00:00 2001 From: Noah Date: Sat, 18 Jun 2022 15:28:56 +0100 Subject: Stop responding to bot pings --- bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 3eda9ab..3f11243 100644 --- a/bot.py +++ b/bot.py @@ -29,7 +29,8 @@ async def on_command_error(ctx, error): async def on_message(message): if bot.user.mentioned_in(message): ctx = await bot.get_context(message) - await ctx.reply("<:irritater:882309845427036230>") + if not ctx.author.bot: + await ctx.reply("no u") await bot.process_commands(message) -- cgit 1.4.1-2-gfad0