aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorThomas Voss <57815710+Mango0x45@users.noreply.github.com>2020-06-04 23:22:28 +0000
committerGitHub <noreply@github.com>2020-06-04 23:22:28 +0000
commit0215fee3faa58111eb7713999e82e0c70cd47e45 (patch)
treec0ab2417c22b0f2c6ad8ff73019c572ef8e90267 /cogs
parent12671e0ae802d48285ac2507f9229edcd4a98956 (diff)
downloadsteve-bot-0215fee3faa58111eb7713999e82e0c70cd47e45.tar
steve-bot-0215fee3faa58111eb7713999e82e0c70cd47e45.tar.gz
steve-bot-0215fee3faa58111eb7713999e82e0c70cd47e45.tar.bz2
steve-bot-0215fee3faa58111eb7713999e82e0c70cd47e45.tar.lz
steve-bot-0215fee3faa58111eb7713999e82e0c70cd47e45.tar.xz
steve-bot-0215fee3faa58111eb7713999e82e0c70cd47e45.tar.zst
steve-bot-0215fee3faa58111eb7713999e82e0c70cd47e45.zip
Update utils.py
Diffstat (limited to '')
-rw-r--r--cogs/utils.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 4b35f71..9346029 100644
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -250,10 +250,8 @@ class Utils(commands.Cog):
@commands.command()
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)
+ Grape = self.bot.get_user(395872198323077121)
+ #await ctx.send(choice(ctx.guild.members).mention)
@commands.command()
async def roll(self, ctx, pool):
4050e1c1dc1491c3&follow=1'>Fix typo, add punctuation, and make wording clearer.Samot191-7/+7 2021-03-21Get only the queue, not everythingrandomidiot131-1/+1 2021-03-21Add !queuerandomidiot131-0/+44 2021-03-20remove embed from run rejection messageSkycloudd1-1/+1 2021-03-16hopefully fixed the ultraxd thingSkycloudd1-1/+1 2021-03-05Tabs to spacesMango0x451-526/+541 2021-03-05Educate new members on input rulesMango0x451-535/+526 2021-02-28Make !pending not max out at 200 runs per gamerandomidiot131-5/+16 2021-02-27Update aiohttp due to security vulnerabilityMango0x452-1/+2 2021-02-24Make !verified asynchronousAnInternetTroll2-38/+36 2021-02-20Add verified commandrandomidiot131-0/+45 If I did everything right, there should be a "verified" command that does the same thing as "src!v", roughly. Be advised that I have no idea if what I'm doing is correct, good, and/or functional. 2021-02-13Whitelist coop all bosses when rejecting spamMango0x451-1/+1 2021-02-13Remove useless importsMango0x454-6/+1 2021-02-13Add better spam preventionMango0x451-15/+22 2021-02-13Remove useless dependenciesMango0x451-10/+8