add a shitpost if someone says he just like me
This commit is contained in:
parent
bd21c72c1b
commit
e18280b7c8
@ -57,6 +57,14 @@ async def fix_cdn_url(ctx):
|
||||
return
|
||||
|
||||
|
||||
@bot.listen("on_message")
|
||||
async def he_just_like_me(ctx):
|
||||
if ctx.guild.id in core_utils.my_guilds:
|
||||
phrases = ["he just like me", "hjlm", "frfr"]
|
||||
if any(x in ctx.content for x in phrases):
|
||||
await ctx.reply("https://imgur.com/V3k729v")
|
||||
|
||||
|
||||
@bot.listen("on_message")
|
||||
async def convert_heic_to_jpg(ctx):
|
||||
from cmagick import cmagick
|
||||
|
Loading…
x
Reference in New Issue
Block a user