fix 🅱️
All checks were successful
Build and push / changes (push) Successful in 5s
Build and push / Lint-Python (push) Successful in 2s
Build and push / Build-and-Push-Docker (push) Successful in 19s
Build and push / sync-argocd-app (push) Successful in 4s
Build and push / post-failure-to-discord (push) Has been skipped
Build and push / post-success-to-discord (push) Successful in 2s

This commit is contained in:
Luke Robles 2025-05-12 21:03:14 -10:00
parent 83ac1077b0
commit fcd78a0b47

View File

@ -102,8 +102,8 @@ async def reply_with_the_word_cum(ctx):
async def reply_with_bustoms(ctx): async def reply_with_bustoms(ctx):
if ctx.author.id == bot.user.id: if ctx.author.id == bot.user.id:
return return
if ctx.channel.id == 932476007439552522 and "customs" in ctx.content.lower(): if ctx.channel.id == 815310511776202773 and "customs" in ctx.content.lower():
await ctx.reply("I think you mean 🅱️ustoms") await ctx.reply("I think you mean :b:ustoms")
@bot.listen("on_message") @bot.listen("on_message")