Addnoy Jason

This commit is contained in:
Luke Robles 2023-08-11 14:10:41 -07:00
parent d7594a6edb
commit 05e614a43e

View File

@ -104,6 +104,16 @@ async def convert_heic_to_jpg(ctx):
return 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 @bot.event
async def on_command_completion(ctx): async def on_command_completion(ctx):
channel = bot.get_channel(826547484632678453) channel = bot.get_channel(826547484632678453)