diff options
Diffstat (limited to '')
-rw-r--r-- | cogs/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index c0e3dde..b5b779f 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -254,6 +254,8 @@ class Utils(commands.Cog): await ctx.send("grape is a bitch") elif ctx.author.id == 521153476714299402: await ctx.send("ZMG is smooth brain") + elif ctx.author.id == 536071288859656193: + await ctx.send("not even bothering with a message for you. You're just an edgy sheep") else: await ctx.send(choice(ctx.guild.members).mention) |