aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2020-06-04 23:14:59 +0000
committerAnInternetTroll <lucafulger@gmail.com>2020-06-04 23:14:59 +0000
commit60c770fc249b9c4c36d83683b179616f79831b87 (patch)
tree936532f1e11a65306a3ae4f25ad9c0f75fd03747 /cogs
parent5d7f592f55e5da6227865523ee0a72f132d77f75 (diff)
parent42d96b129e3238dc7246ced9c54577fb95007b76 (diff)
downloadsteve-bot-60c770fc249b9c4c36d83683b179616f79831b87.tar
steve-bot-60c770fc249b9c4c36d83683b179616f79831b87.tar.gz
steve-bot-60c770fc249b9c4c36d83683b179616f79831b87.tar.bz2
steve-bot-60c770fc249b9c4c36d83683b179616f79831b87.tar.lz
steve-bot-60c770fc249b9c4c36d83683b179616f79831b87.tar.xz
steve-bot-60c770fc249b9c4c36d83683b179616f79831b87.tar.zst
steve-bot-60c770fc249b9c4c36d83683b179616f79831b87.zip
Merge branch 'master' of https://github.com/AnInternetTroll/mcbeDiscordBot
Diffstat (limited to 'cogs')
-rwxr-xr-xcogs/utils.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index fbd9f6f..fb41cc6 100755
--- 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):