aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorThomas Voss <57815710+Mango0x45@users.noreply.github.com>2020-06-04 23:14:50 +0000
committerGitHub <noreply@github.com>2020-06-04 23:14:50 +0000
commit42d96b129e3238dc7246ced9c54577fb95007b76 (patch)
treea6310face477674543f5b592a265ce59a5f2884c /cogs
parent5db81983863e240c026acf2a815d8271d42ef12b (diff)
downloadsteve-bot-42d96b129e3238dc7246ced9c54577fb95007b76.tar
steve-bot-42d96b129e3238dc7246ced9c54577fb95007b76.tar.gz
steve-bot-42d96b129e3238dc7246ced9c54577fb95007b76.tar.bz2
steve-bot-42d96b129e3238dc7246ced9c54577fb95007b76.tar.lz
steve-bot-42d96b129e3238dc7246ced9c54577fb95007b76.tar.xz
steve-bot-42d96b129e3238dc7246ced9c54577fb95007b76.tar.zst
steve-bot-42d96b129e3238dc7246ced9c54577fb95007b76.zip
Update utils.py
Diffstat (limited to 'cogs')
-rw-r--r--cogs/utils.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index fbd9f6f..fb41cc6 100644
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -250,8 +250,10 @@ class Utils(commands.Cog):
@commands.command()
async def someone(self, ctx):
- await ctx.send("grape fuck u")
-#await ctx.send(choice(ctx.guild.members).mention)
+ if ctx.message.author = self.bot.get_user(395872198323077121):
+ await ctx.send("grape fuck u")
+ else:
+ await ctx.send(choice(ctx.guild.members).mention)
@commands.command()
async def roll(self, ctx, pool):