disable Bergtrolling
This commit is contained in:
parent
5f48a8e845
commit
a9541b64e0
1 changed files with 4 additions and 4 deletions
8
bot.py
8
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):
|
||||
|
|
Loading…
Reference in a new issue