aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorThomas Voss <57815710+Mango0x45@users.noreply.github.com>2020-06-04 23:19:56 +0000
committerGitHub <noreply@github.com>2020-06-04 23:19:56 +0000
commita56c9c76243f7b333a9b732f23d734d78a989a27 (patch)
treef7cdba822b0d200d12c88775237a8352de093527 /cogs
parent5b95dc7485c100ca199ae0af86f3a685d3343d76 (diff)
downloadsteve-bot-a56c9c76243f7b333a9b732f23d734d78a989a27.tar
steve-bot-a56c9c76243f7b333a9b732f23d734d78a989a27.tar.gz
steve-bot-a56c9c76243f7b333a9b732f23d734d78a989a27.tar.bz2
steve-bot-a56c9c76243f7b333a9b732f23d734d78a989a27.tar.lz
steve-bot-a56c9c76243f7b333a9b732f23d734d78a989a27.tar.xz
steve-bot-a56c9c76243f7b333a9b732f23d734d78a989a27.tar.zst
steve-bot-a56c9c76243f7b333a9b732f23d734d78a989a27.zip
Update utils.py
Diffstat (limited to 'cogs')
-rw-r--r--cogs/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 1ed24fc..812963c 100644
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -249,8 +249,8 @@ class Utils(commands.Cog):
# And replaced with import randint from random
@commands.command()
- async def someone(self, ctx, message):
- if ctx.message.author == self.bot.get_user(395872198323077121):
+ async def someone(self, ctx):
+ if ctx.message.author.id == '395872198323077121':
await ctx.send("grape fuck u")
else:
await ctx.send(choice(ctx.guild.members).mention)