Archived
1
0
Fork 0

minor update

This commit is contained in:
多羅狼 2023-05-31 23:00:22 +08:00 committed by GitHub
parent a6c6f60b50
commit fd957bf3f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ async def _(msg: Bot.MessageSession):
await msg.finish(msg.locale.t("calc.message.calc.invalid", expr={res[7:]}))
factor = module('factor', developers=['DoroWolf, Light-Beacon', 'Dianliang233'])
factor = module('factor', developers=['DoroWolf', 'Light-Beacon', 'Dianliang233'])
@factor.handle('prime <number> {{calc.help.factor.prime}}')