A generic command parser meant for discord bots, though works for just about anything else
Go to file
Navy.gif e2503d22a0
All checks were successful
continuous-integration/drone/push Build is passing
test configs
2023-02-12 17:20:05 +02:00
src test configs 2023-02-12 17:20:05 +02:00
tests test configs 2023-02-12 17:20:05 +02:00
.drone.yml test configs 2023-02-12 17:20:05 +02:00
.eslintignore meta packages 2022-07-29 14:17:01 +03:00
.eslintrc.json test configs 2023-02-12 17:20:05 +02:00
.gitignore test configs 2023-02-12 17:20:05 +02:00
babel.config.js test configs 2023-02-12 17:20:05 +02:00
index.ts Throw parser specific error 2022-07-29 20:23:45 +03:00
jest.config.js test configs 2023-02-12 17:20:05 +02:00
package.json test configs 2023-02-12 17:20:05 +02:00
README.md meta files 2022-07-29 18:48:03 +03:00
tsconfig.json meta 2022-07-29 19:50:05 +03:00
yarn.lock test configs 2023-02-12 17:20:05 +02:00

A command parser for Discord bots. Should work with any JS library.

You're expected to implement a string -> abstraction resolver yourself and pass it to the parser.