1
Fork 0
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:
Steffo 2019-10-22 19:22:20 +02:00
parent 2e36175eea
commit 3daae5c1fa

View file

@ -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: