diff --git a/modules/calc/__init__.py b/modules/calc/__init__.py index ed489b1a0a..2480041d43 100644 --- a/modules/calc/__init__.py +++ b/modules/calc/__init__.py @@ -13,7 +13,7 @@ c = module('calc', developers=['Dianliang233'], doc=True) -@c.command(' {calc.help}') +@c.command(' {{calc.help}}') async def _(msg: Bot.MessageSession, math_expression: str, use_markdown=False): if msg.target.sender_from in ['Discord|Client', 'KOOK|User']: use_markdown = True