aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2020-06-04 23:16:39 +0000
committerAnInternetTroll <lucafulger@gmail.com>2020-06-04 23:16:39 +0000
commit303a56af944ef176c56f59dfed5fc626e7d33817 (patch)
treec2b4209d8b98b4a70dbe8e8d5896de52eabfb468 /cogs
parente5cea8e51716f5d1973ae52267505d1d4af35041 (diff)
parent2d05e97bf8eff8f637405f16b7fe57c36ae69e8c (diff)
downloadsteve-bot-303a56af944ef176c56f59dfed5fc626e7d33817.tar
steve-bot-303a56af944ef176c56f59dfed5fc626e7d33817.tar.gz
steve-bot-303a56af944ef176c56f59dfed5fc626e7d33817.tar.bz2
steve-bot-303a56af944ef176c56f59dfed5fc626e7d33817.tar.lz
steve-bot-303a56af944ef176c56f59dfed5fc626e7d33817.tar.xz
steve-bot-303a56af944ef176c56f59dfed5fc626e7d33817.tar.zst
steve-bot-303a56af944ef176c56f59dfed5fc626e7d33817.zip
Merge branch 'master' of https://github.com/AnInternetTroll/mcbeDiscordBot
Diffstat (limited to 'cogs')
-rwxr-xr-xcogs/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 508a3b0..e327dd2 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -250,7 +250,7 @@ class Utils(commands.Cog):
@commands.command()
async def someone(self, ctx):
- if ctx.message.author == self.bot.get_user(395872198323077121):
+ if ctx.author == self.bot.get_user(395872198323077121):
await ctx.send("grape fuck u")
else:
await ctx.send(choice(ctx.guild.members).mention)