aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2020-06-04 23:46:26 +0000
committerAnInternetTroll <lucafulger@gmail.com>2020-06-04 23:46:26 +0000
commite769f9e3a5a51084a2ec13e5e9970f5aeb676460 (patch)
tree4cd76809d7c6565710ab299fafa1455375167a0f
parent9803196ad50d9ea5d62d56b142db25827d98e768 (diff)
parent531e205ac2b4094166b9f0359e1ca57a0f3e3730 (diff)
downloadsteve-bot-e769f9e3a5a51084a2ec13e5e9970f5aeb676460.tar
steve-bot-e769f9e3a5a51084a2ec13e5e9970f5aeb676460.tar.gz
steve-bot-e769f9e3a5a51084a2ec13e5e9970f5aeb676460.tar.bz2
steve-bot-e769f9e3a5a51084a2ec13e5e9970f5aeb676460.tar.lz
steve-bot-e769f9e3a5a51084a2ec13e5e9970f5aeb676460.tar.xz
steve-bot-e769f9e3a5a51084a2ec13e5e9970f5aeb676460.tar.zst
steve-bot-e769f9e3a5a51084a2ec13e5e9970f5aeb676460.zip
Merge branch 'master' of https://github.com/AnInternetTroll/mcbeDiscordBot
-rwxr-xr-xcogs/utils.py17
1 files changed, 9 insertions, 8 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 36b132f..7f2b595 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -251,14 +251,15 @@ class Utils(commands.Cog):
@commands.command()
async def someone(self, ctx):
blacklist = [536071288859656193]
- if ctx.author.id == 395872198323077121:
- await ctx.send("grape is a bitch")
- elif ctx.author.id == 521153476714299402:
- await ctx.send("ZMG is smooth brain")
- elif ctx.author.id in blacklist:
- await ctx.send("not even bothering with a message for you. You're just an edgy sheep")
- else:
- await ctx.send(choice(ctx.guild.members).mention)
+ if ctx.channel.id != 589110766578434078:
+ if ctx.author.id == 395872198323077121:
+ await ctx.send("grape is a bitch")
+ elif ctx.author.id == 521153476714299402:
+ await ctx.send("ZMG is smooth brain")
+ elif ctx.author.id in blacklist:
+ await ctx.send("not even bothering with a message for you. You're just an edgy sheep")
+ else:
+ await ctx.send(choice(ctx.guild.members).mention)
@commands.command()
async def roll(self, ctx, pool):