From 83ac1077b08d3053bf5e44eabf6100bc62d2ec1e Mon Sep 17 00:00:00 2001 From: Luke R Date: Thu, 8 May 2025 13:18:33 -0700 Subject: [PATCH] =?UTF-8?q?Adding=20shitpost=20for=20=F0=9F=85=B1=EF=B8=8F?= =?UTF-8?q?sustoms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/bot.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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"}