Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf committed Aug 1, 2024
1 parent 13aebea commit d00c1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/calc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
c = module('calc', developers=['Dianliang233'], doc=True)


@c.command('<math_expression> {calc.help}')
@c.command('<math_expression> {{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
Expand Down

0 comments on commit d00c1de

Please sign in to comment.