From 0fb063bf15a8a06574ee1d311c99ac68ecb841a2 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 22 Feb 2023 13:53:41 -0800 Subject: [PATCH] Revert "remove trying to make a change :-\" This reverts commit 960e3596287d2e185391cc44052babe69013a7bd. --- app/bot.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/bot.py b/app/bot.py index 331ccea0..2e51bf53 100755 --- a/app/bot.py +++ b/app/bot.py @@ -78,6 +78,13 @@ async def he_just_like_me(ctx): # await ctx.reply("Did you mean /%s?" % command) +@bot.listen("on_message") +# harass jason with shitposts +async def make_a_change(ctx): + if ctx.author.id == 83012791983673344: + await ctx.reply("Just tryin to make a change :-\\") + + @bot.listen("on_message") async def convert_heic_to_jpg(ctx): from cmagick import cmagick