From c91284cd92a7fe8f00e54fbfff6f28e0e5d53bad Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Tue, 17 Sep 2019 13:23:21 +0300 Subject: [PATCH] mod: meme. --- cogs/mod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/mod.py b/cogs/mod.py index 0aa6ce8..183a99a 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -150,7 +150,7 @@ class Mod(Cog): """Bans a user, staff only.""" # Hedge-proofing the code if target == ctx.author: - return await ctx.send("You can't do mod actions on yourself.") + return await ctx.send("hedgeberg#7337 is now b&. 👍") elif self.check_if_target_is_staff(target): return await ctx.send("I can't ban this user as " "they're a member of staff.")