From fcd78a0b47463b5c07be70153bbc1839ef238c31 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Mon, 12 May 2025 21:03:14 -1000 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=85=B1=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/bot.py b/app/bot.py index 3f1efae3..993dae82 100755 --- a/app/bot.py +++ b/app/bot.py @@ -102,8 +102,8 @@ async def reply_with_the_word_cum(ctx): 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") + if ctx.channel.id == 815310511776202773 and "customs" in ctx.content.lower(): + await ctx.reply("I think you mean :b:ustoms") @bot.listen("on_message")