소스 검색

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…
취소
저장