1 in 1k chance to repely with the word cum
Some checks failed
Build and push / changes (push) Successful in 2s
Build and push / Lint-Python (push) Successful in 2s
Build and push / Build-and-Push-Docker (push) Successful in 20s
Build and push / sync-argocd-app (push) Failing after 1s
Build and push / post-status-to-discord (push) Successful in 1s

This commit is contained in:
Luke Robles 2025-04-18 12:53:13 -07:00
parent 37bbbc891d
commit 6161bcfd15

View File

@ -92,6 +92,14 @@ async def convert_heic_to_jpg(ctx):
return
@bot.listen("on_message")
async def reply_with_the_word_cum(ctx):
if ctx.author.id == bot.user.id:
return
if random.randint(1, 1000) == 1:
await ctx.reply("cum")
@bot.listen("on_message")
async def fix_social_media_links(ctx):
headers = {"Cache-Control": "no-store"}