From a11024d9d905a7fd212e44106723bc26c1b4a80f Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 31 Mar 2022 19:17:51 +0200 Subject: [PATCH] Bergseppel approved --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index 10f6f8b..5381b80 100644 --- a/bot.py +++ b/bot.py @@ -77,6 +77,7 @@ async def on_ready(): async def on_message(message): if message.author.id == 274197471515639808: await message.add_reaction(bot.get_emoji(844264772110909501)) + await message.add_reaction(bot.get_emoji(950386969614110770)) class Confirm(discord.ui.View): def __init__(self):