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

@@ -9,7 +9,6 @@ from database import add_user_to_role
BOT_LOG = 1112049391482703873
GENERAL_CHANNEL = 1110531063744303138
FAILED_EMBED_MESSAGE = "https://cdn.discordapp.com/attachments/1112049391482703873/1375848830175547482/download_3.png"
CRAZY_USER_ID = 1319364607487512658
CRAZY_URL = "https://cdn.discordapp.com/attachments/1119371841711112314/1329770453744746559/download.png"
@@ -432,5 +431,5 @@ async def handle_message(message, bot):
and not message.embeds
and message.channel.id == GENERAL_CHANNEL
):
await message.reply(FAILED_EMBED_MESSAGE)
await message.reply("You do not have embed permissions on this server")
return

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: