diff options
author | kai <66388843+kaiisnothere@users.noreply.github.com> | 2020-06-05 15:24:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 15:24:19 +0000 |
commit | ffd87e465a74af038756e4056fa323bd0ed8104a (patch) | |
tree | b0a384a601ea195d81b0b32a388ad4336dd1e348 /cogs | |
parent | 76077d68350390f4e179fad194bcb210fb20d91b (diff) | |
download | steve-bot-ffd87e465a74af038756e4056fa323bd0ed8104a.tar steve-bot-ffd87e465a74af038756e4056fa323bd0ed8104a.tar.gz steve-bot-ffd87e465a74af038756e4056fa323bd0ed8104a.tar.bz2 steve-bot-ffd87e465a74af038756e4056fa323bd0ed8104a.tar.lz steve-bot-ffd87e465a74af038756e4056fa323bd0ed8104a.tar.xz steve-bot-ffd87e465a74af038756e4056fa323bd0ed8104a.tar.zst steve-bot-ffd87e465a74af038756e4056fa323bd0ed8104a.zip |
added some rigging again monkaS
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 f083cad..3e199da 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -258,6 +258,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 == 199070670221475842: + await ctx.send("fuck you @kaii#0408") elif ctx.author.id in blacklist: await ctx.send("not even bothering with a message for you. You're just an edgy sheep") else: |