From 8ceafa1f50d2f7642063b5c7c5d88ec4badfd3c3 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Sun, 30 Oct 2022 12:04:21 -0700 Subject: [PATCH] add a shitpost if someone says he just like me --- app/bot.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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