Archived
1
0
Fork 0

Update __init__.py

This commit is contained in:
多羅狼 2024-01-31 10:10:43 +08:00 committed by GitHub
parent 644d92c2f3
commit 0cc2f16ad4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,12 +2,12 @@ from core.builtins import Bot
from core.component import module
from .dice import GenerateMessage
dice = module('dice', alias='rd', developers=['Light-Beacon'], desc='{dice.help.desc}', )
dice = module('dice', alias=['rd', 'roll'], developers=['Light-Beacon'], desc='{dice.help.desc}')
@dice.command('<dices> [<dc>] {{dice.help}}',
options_desc={
'{dice.help.option.polynomial.title}': '{dice.help.option.polynomial}',
'{dice.help.option.expression.title}': '{dice.help.option.expression}',
'n': '{dice.help.option.n}',
'm': '{dice.help.option.m}',
'kx': '{dice.help.option.kx}',