aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorThomas Voss <57815710+Mango0x45@users.noreply.github.com>2020-06-04 23:35:21 +0000
committerGitHub <noreply@github.com>2020-06-04 23:35:21 +0000
commita9931d307bb5700e526712869de3356f719c5254 (patch)
treef7a74e91c3f2ead8775b4f9b91c4452151601d43 /cogs
parent53cb389643a6235ffec68247833f9a25f6abace2 (diff)
downloadsteve-bot-a9931d307bb5700e526712869de3356f719c5254.tar
steve-bot-a9931d307bb5700e526712869de3356f719c5254.tar.gz
steve-bot-a9931d307bb5700e526712869de3356f719c5254.tar.bz2
steve-bot-a9931d307bb5700e526712869de3356f719c5254.tar.lz
steve-bot-a9931d307bb5700e526712869de3356f719c5254.tar.xz
steve-bot-a9931d307bb5700e526712869de3356f719c5254.tar.zst
steve-bot-a9931d307bb5700e526712869de3356f719c5254.zip
Update utils.py
Diffstat (limited to 'cogs')
-rw-r--r--cogs/utils.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 68cdbcf..c0e3dde 100644
--- 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):