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)