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")