瀏覽代碼

Change: Made expression in roll required.

tags/v2.0.0
Roxie Gibson 5 年之前
父節點
當前提交
56468fd668
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roxbot/cogs/fun.py

+ 1
- 1
roxbot/cogs/fun.py 查看文件

@@ -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…
取消
儲存