From 34718a65bc3d111560b0513b121167dde9c2b40f Mon Sep 17 00:00:00 2001 From: Thomas Voss <57815710+Mango0x45@users.noreply.github.com> Date: Fri, 5 Jun 2020 01:11:12 +0200 Subject: Update utils.py --- cogs/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/utils.py b/cogs/utils.py index 70dea4e..3813119 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -254,7 +254,7 @@ class Utils(commands.Cog): @commands.command() async def roll(self, ctx, pool): - await ctx.send(f"You rolled a {randint(0, int(pool))}") + #await ctx.send(f"You rolled a {randint(0, int(pool))}") def setup(bot): bot.add_cog(Utils(bot)) -- cgit v1.2.3