aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorThomas Voss <57815710+Mango0x45@users.noreply.github.com>2020-06-04 23:27:04 +0000
committerGitHub <noreply@github.com>2020-06-04 23:27:04 +0000
commit53cb389643a6235ffec68247833f9a25f6abace2 (patch)
tree2a737ee5e830bec94f44e4352bd508b3c26bddab /cogs
parente753630bc7a332f7027e2ded8b7e543c7f1c2119 (diff)
downloadsteve-bot-53cb389643a6235ffec68247833f9a25f6abace2.tar
steve-bot-53cb389643a6235ffec68247833f9a25f6abace2.tar.gz
steve-bot-53cb389643a6235ffec68247833f9a25f6abace2.tar.bz2
steve-bot-53cb389643a6235ffec68247833f9a25f6abace2.tar.lz
steve-bot-53cb389643a6235ffec68247833f9a25f6abace2.tar.xz
steve-bot-53cb389643a6235ffec68247833f9a25f6abace2.tar.zst
steve-bot-53cb389643a6235ffec68247833f9a25f6abace2.zip
Update utils.py
Diffstat (limited to 'cogs')
-rw-r--r--cogs/utils.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index f319e63..68cdbcf 100644
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -250,10 +250,10 @@ class Utils(commands.Cog):
@commands.command()
async def someone(self, ctx):
- Grape = self.bot.get_user(395872198323077121)
- if ctx.message.author != Grape:
- ctx.send('ok')
- #await ctx.send(choice(ctx.guild.members).mention)
+ if ctx.author.id != 395872198323077121:
+ await ctx.send(choice(ctx.guild.members).mention)
+ else:
+ await ctx.send("grape is a bitch")
@commands.command()
async def roll(self, ctx, pool):