diff options
author | Thomas Voss <57815710+Mango0x45@users.noreply.github.com> | 2020-06-04 23:38:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 23:38:36 +0000 |
commit | 77e9f8759bff94c296e33a80d1512d2d40cacd44 (patch) | |
tree | a56ce9e7df0d16681584e391d2f438072048cbbc /cogs | |
parent | a9931d307bb5700e526712869de3356f719c5254 (diff) | |
download | steve-bot-77e9f8759bff94c296e33a80d1512d2d40cacd44.tar steve-bot-77e9f8759bff94c296e33a80d1512d2d40cacd44.tar.gz steve-bot-77e9f8759bff94c296e33a80d1512d2d40cacd44.tar.bz2 steve-bot-77e9f8759bff94c296e33a80d1512d2d40cacd44.tar.lz steve-bot-77e9f8759bff94c296e33a80d1512d2d40cacd44.tar.xz steve-bot-77e9f8759bff94c296e33a80d1512d2d40cacd44.tar.zst steve-bot-77e9f8759bff94c296e33a80d1512d2d40cacd44.zip |
Update utils.py
Diffstat (limited to 'cogs')
-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) |