diff --git a/bot.py b/bot.py index 5381b80..dd50983 100644 --- a/bot.py +++ b/bot.py @@ -73,11 +73,11 @@ 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)) - await message.add_reaction(bot.get_emoji(950386969614110770)) +#@bot.event +#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):