aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2020-06-04 23:35:28 +0000
committerAnInternetTroll <lucafulger@gmail.com>2020-06-04 23:35:28 +0000
commit914664938f82a82e2fd1b2a8b4f3f8597eb055b9 (patch)
tree9b4a72d897f41bf3c05082001874efa651ee5e7e /cogs
parentefb3866809c67598caf4919ebb837477fae5a25f (diff)
parenta9931d307bb5700e526712869de3356f719c5254 (diff)
downloadsteve-bot-914664938f82a82e2fd1b2a8b4f3f8597eb055b9.tar
steve-bot-914664938f82a82e2fd1b2a8b4f3f8597eb055b9.tar.gz
steve-bot-914664938f82a82e2fd1b2a8b4f3f8597eb055b9.tar.bz2
steve-bot-914664938f82a82e2fd1b2a8b4f3f8597eb055b9.tar.lz
steve-bot-914664938f82a82e2fd1b2a8b4f3f8597eb055b9.tar.xz
steve-bot-914664938f82a82e2fd1b2a8b4f3f8597eb055b9.tar.zst
steve-bot-914664938f82a82e2fd1b2a8b4f3f8597eb055b9.zip
Merge branch 'master' of https://github.com/AnInternetTroll/mcbeDiscordBot
Diffstat (limited to 'cogs')
-rwxr-xr-xcogs/utils.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 68cdbcf..c0e3dde 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -250,10 +250,12 @@ class Utils(commands.Cog):
@commands.command()
async def someone(self, ctx):
- if ctx.author.id != 395872198323077121:
- await ctx.send(choice(ctx.guild.members).mention)
- else:
+ if ctx.author.id == 395872198323077121:
await ctx.send("grape is a bitch")
+ elif ctx.author.id == 521153476714299402:
+ await ctx.send("ZMG is smooth brain")
+ else:
+ await ctx.send(choice(ctx.guild.members).mention)
@commands.command()
async def roll(self, ctx, pool):