koishijs / koishi

Cross-platform chatbot framework made with love
https://koishi.chat
MIT License
4.53k stars 246 forks source link

feat(core): parser[number]: support delimiters in number #1386

Closed undefined-moe closed 6 months ago

undefined-moe commented 7 months ago

Describe the problem related to the feature request

ctx.command('foo [bar:number]')
foo 1,000,000

Describe the solution you'd like

N/A

Describe alternatives you've considered

No response

Additional context

No response