Addnoy Jason
This commit is contained in:
parent
d7594a6edb
commit
05e614a43e
10
app/bot.py
10
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user