aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cogs/utils.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index f1cfeba..b7bc9f3 100644
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -221,5 +221,9 @@ class Utils(commands.Cog):
async def someone(self, ctx):
await ctx.send(choice(ctx.guild.members).mention)
+ @commands.command()
+ async def roll(self, ctx, pool):
+ await ctx.send(f"You rolled a {randint(0, int(pool))}")
+
def setup(bot):
bot.add_cog(Utils(bot))
d>1-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 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