diff --git a/app/bot.py b/app/bot.py index 6b23d114..b3c6b36e 100755 --- a/app/bot.py +++ b/app/bot.py @@ -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