diff --git a/app/bot.py b/app/bot.py index 58904b58..3f1efae3 100755 --- a/app/bot.py +++ b/app/bot.py @@ -98,6 +98,14 @@ async def reply_with_the_word_cum(ctx): await ctx.reply("cum") +@bot.listen("on_message") +async def reply_with_bustoms(ctx): + if ctx.author.id == bot.user.id: + return + if ctx.channel.id == 932476007439552522 and "customs" in ctx.content.lower(): + await ctx.reply("I think you mean 🅱️ustoms") + + @bot.listen("on_message") async def fix_social_media_links(ctx): headers = {"Cache-Control": "no-store"}