diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2020-06-05 15:35:07 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2020-06-05 15:35:07 +0000 |
commit | 6580e4104f003bd6f22a0e833677c43ce8d942a0 (patch) | |
tree | 78f6f56b03c1a36823c33a51fcdabff63291eab1 /cogs | |
parent | ec25b2efabab4c7e30a39099b035f26b12d38575 (diff) | |
parent | 1563d710af97d11731427e2a7b3bae10605e4ccc (diff) | |
download | steve-bot-6580e4104f003bd6f22a0e833677c43ce8d942a0.tar steve-bot-6580e4104f003bd6f22a0e833677c43ce8d942a0.tar.gz steve-bot-6580e4104f003bd6f22a0e833677c43ce8d942a0.tar.bz2 steve-bot-6580e4104f003bd6f22a0e833677c43ce8d942a0.tar.lz steve-bot-6580e4104f003bd6f22a0e833677c43ce8d942a0.tar.xz steve-bot-6580e4104f003bd6f22a0e833677c43ce8d942a0.tar.zst steve-bot-6580e4104f003bd6f22a0e833677c43ce8d942a0.zip |
Merge branch 'master' of https://github.com/AnInternetTroll/mcbeDiscordBot
Diffstat (limited to 'cogs')
-rwxr-xr-x | cogs/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index f083cad..3e199da 100755 --- 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: |