From 27e20b8a60877358b3178672aea92ca97a15a7de Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 22 Feb 2023 13:54:45 -0800 Subject: [PATCH] terrorize jason again --- app/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot.py b/app/bot.py index 2e51bf53..40ee5e6c 100755 --- a/app/bot.py +++ b/app/bot.py @@ -82,7 +82,7 @@ async def he_just_like_me(ctx): # harass jason with shitposts async def make_a_change(ctx): if ctx.author.id == 83012791983673344: - await ctx.reply("Just tryin to make a change :-\\") + await ctx.reply("https://i.redd.it/ims06c64idb91.jpg") @bot.listen("on_message")