From 05e614a43e41e83ae33050b379c68e06a25f746d Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 11 Aug 2023 14:10:41 -0700 Subject: [PATCH] Addnoy Jason --- app/bot.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/bot.py b/app/bot.py index 4338ae6f..0d864d0b 100755 --- a/app/bot.py +++ b/app/bot.py @@ -104,6 +104,16 @@ async def convert_heic_to_jpg(ctx): return +@bot.listen("on_message") +async def annoy_jason(ctx): + if ctx.author.id == 83012791983673344 and "twitter.com" in ctx.content: + # if ctx.author.id == 144986109804412928 and "twitter.com" in ctx.content: + await ctx.reply( + "https://tenor.com/view/oomfie-klee-genshin-impact-smook-smokingissad-gif-21571907" + ) + return + + @bot.event async def on_command_completion(ctx): channel = bot.get_channel(826547484632678453)