From 3daae5c1fa5ed4cc5bddbd652c183eaa4207420f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 22 Oct 2019 19:22:20 +0200 Subject: [PATCH] Fix missing syntax in dice command --- royalnet/packs/rpg/commands/dice.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/royalnet/packs/rpg/commands/dice.py b/royalnet/packs/rpg/commands/dice.py index 80483154..632d05ab 100644 --- a/royalnet/packs/rpg/commands/dice.py +++ b/royalnet/packs/rpg/commands/dice.py @@ -7,6 +7,8 @@ class DiceCommand(Command): description: str = "Roll a dice, using 'dice'." + syntax = "{dice}" + aliases = ["d"] async def run(self, args: CommandArgs, data: CommandData) -> None: