chore: alright, I will remove this

This commit is contained in:
2025-07-13 18:17:17 +02:00
parent 4b326bda7e
commit bf518b06ed
5 changed files with 6 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ async def handle_reaction_add(reaction, user, bot):
if user == bot.user:
return
if reaction.emoji != "\U0000274C":
if reaction.emoji != "\U0000274c":
return
if reaction.message.author != bot.user: