From 343024f52393142d93f6c810f730562e47e105cc Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 31 Mar 2022 18:58:39 +0200 Subject: [PATCH] mein Bier brennt --- bot.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bot.py b/bot.py index 5f62157..786ce9d 100644 --- a/bot.py +++ b/bot.py @@ -73,6 +73,13 @@ async def on_command_error(ctx, error): async def on_ready(): print("Bot ready on Version %s..." % discord.__version__) +@bot.event +async def on_message(message): + if message.author.id == 274197471515639808: + await message.add_reaction(bot.get_emoji(844264772110909501)) + if message.author.id == 252179888969089024: + await message.add_reaction(bot.get_emoji(844264772110909501)) + class Confirm(discord.ui.View): def __init__(self): super().__init__()