mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Fix missing syntax in dice command
This commit is contained in:
parent
2e36175eea
commit
3daae5c1fa
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ class DiceCommand(Command):
|
||||||
|
|
||||||
description: str = "Roll a dice, using 'dice'."
|
description: str = "Roll a dice, using 'dice'."
|
||||||
|
|
||||||
|
syntax = "{dice}"
|
||||||
|
|
||||||
aliases = ["d"]
|
aliases = ["d"]
|
||||||
|
|
||||||
async def run(self, args: CommandArgs, data: CommandData) -> None:
|
async def run(self, args: CommandArgs, data: CommandData) -> None:
|
||||||
|
|
Loading…
Reference in a new issue