Adding shitpost for 🅱️sustoms
All checks were successful
Build and push / changes (push) Successful in 3s
Build and push / Lint-Python (push) Successful in 10s
Build and push / Build-and-Push-Docker (push) Successful in 3m1s
Build and push / sync-argocd-app (push) Successful in 2s
Build and push / post-failure-to-discord (push) Has been skipped
Build and push / post-success-to-discord (push) Successful in 10s

This commit is contained in:
Luke R 2025-05-08 13:18:33 -07:00
parent f4d0c1cb03
commit 83ac1077b0

View File

@ -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"}