Browse Source

Change: Made expression in roll required.

tags/v2.0.0
Roxie Gibson 5 years ago
parent
commit
56468fd668
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roxbot/cogs/fun.py

+ 1
- 1
roxbot/cogs/fun.py View File

@@ -43,7 +43,7 @@ class Fun:
self.roxbot_fact_cache = {}

@commands.command(aliases=["dice", "die"]) # Terra made this and it just work's but im too scared to clean it up so i hope it doesn't break
async def roll(self, ctx, *, expression=""):
async def roll(self, ctx, *, expression: str):
"""
Rolls a die using dice expression format.
Usage:

Loading…
Cancel
Save