RitsuProject / ritsu-v3

📚 Next version of Ritsu totally rewritten in Typescript and Eris.
MIT License
5 stars 3 forks source link

In-command match settings. #84

Closed Sazzo closed 3 years ago

Sazzo commented 3 years ago

Make small parameters that make it possible to set the match configurations in the command itself. Exemple: ritsu!start mode:easy rounds:5 duration:20s

A great option other than doing a parser from scratch for this, is to use yargs. https://www.npmjs.com/package/yargs

Sazzo commented 3 years ago

This will be replaced by https://github.com/RitsuProject/Ritsu/issues/190