aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorThomas Voss <57815710+Mango0x45@users.noreply.github.com>2020-06-04 23:11:12 +0000
committerGitHub <noreply@github.com>2020-06-04 23:11:12 +0000
commit34718a65bc3d111560b0513b121167dde9c2b40f (patch)
tree6ca9d42985667f93f5fc3f20ea1c3580092a0998 /cogs
parent9689238f867255cae79f84dbe1bf2a4421ffeeb6 (diff)
downloadsteve-bot-34718a65bc3d111560b0513b121167dde9c2b40f.tar
steve-bot-34718a65bc3d111560b0513b121167dde9c2b40f.tar.gz
steve-bot-34718a65bc3d111560b0513b121167dde9c2b40f.tar.bz2
steve-bot-34718a65bc3d111560b0513b121167dde9c2b40f.tar.lz
steve-bot-34718a65bc3d111560b0513b121167dde9c2b40f.tar.xz
steve-bot-34718a65bc3d111560b0513b121167dde9c2b40f.tar.zst
steve-bot-34718a65bc3d111560b0513b121167dde9c2b40f.zip
Update utils.py
Diffstat (limited to 'cogs')
-rw-r--r--cogs/utils.py2
1 files changed, 1 insertions, 1 deletions
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))