From a9541b64e0971cb5c9da97ec6303261c0daf610b Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Wed, 8 Jun 2022 23:28:34 +0200 Subject: [PATCH] disable Bergtrolling --- bot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bot.py b/bot.py index 685db0e..5561142 100644 --- a/bot.py +++ b/bot.py @@ -77,10 +77,10 @@ async def on_ready(): #activity = discord.Game('%shelp for Help' % prefix) await bot.change_presence(status=discord.Status.online, activity=activity) -@bot.listen() -async def on_presence_update(before, after): - if not before.is_on_mobile() and after.id == 274197471515639808 and after.is_on_mobile(): - await bot.get_channel(512004326382632961).send("https://cdn.discordapp.com/attachments/512004326382632961/979468921985982514/unknown.png") +#@bot.listen() +#async def on_presence_update(before, after): +# if not before.is_on_mobile() and after.id == 274197471515639808 and after.is_on_mobile(): +# await bot.get_channel(512004326382632961).send("https://cdn.discordapp.com/attachments/512004326382632961/979468921985982514/unknown.png") class Confirm(discord.ui.View): def __init__(self):