From fb509412cfb67dba020093a071920bbb47a153c4 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 22 Feb 2023 18:03:25 -0800 Subject: [PATCH] stop harassing jason --- app/bot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/bot.py b/app/bot.py index 40ee5e6c..c82b8bd6 100755 --- a/app/bot.py +++ b/app/bot.py @@ -78,11 +78,11 @@ async def he_just_like_me(ctx): # await ctx.reply("Did you mean /%s?" % command) -@bot.listen("on_message") +# @bot.listen("on_message") # harass jason with shitposts -async def make_a_change(ctx): - if ctx.author.id == 83012791983673344: - await ctx.reply("https://i.redd.it/ims06c64idb91.jpg") +# async def make_a_change(ctx): +# if ctx.author.id == 83012791983673344: +# await ctx.reply("https://i.redd.it/ims06c64idb91.jpg") @bot.listen("on_message")