add a shitpost if someone says he just like me
This commit is contained in:
parent
05c0066770
commit
8ceafa1f50
@ -57,6 +57,14 @@ async def fix_cdn_url(ctx):
|
|||||||
return
|
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")
|
@bot.listen("on_message")
|
||||||
async def convert_heic_to_jpg(ctx):
|
async def convert_heic_to_jpg(ctx):
|
||||||
from cmagick import cmagick
|
from cmagick import cmagick
|
||||||
|
Loading…
x
Reference in New Issue
Block a user