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