From 46379bab97eeb70b44755482ba70a3103b08e1a2 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Fri, 27 Jan 2023 07:27:35 -0800 Subject: [PATCH] remove trying to make a change :-\ --- app/bot.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/bot.py b/app/bot.py index 4114e9da..5c89d718 100755 --- a/app/bot.py +++ b/app/bot.py @@ -78,13 +78,6 @@ async def did_you_mean(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