diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2020-06-04 23:14:59 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2020-06-04 23:14:59 +0000 |
commit | 60c770fc249b9c4c36d83683b179616f79831b87 (patch) | |
tree | 936532f1e11a65306a3ae4f25ad9c0f75fd03747 /cogs | |
parent | 5d7f592f55e5da6227865523ee0a72f132d77f75 (diff) | |
parent | 42d96b129e3238dc7246ced9c54577fb95007b76 (diff) | |
download | steve-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-x | cogs/utils.py | 6 |
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): |