A generic command parser meant for discord bots, though works for just about anything else
Go to file
Navy.gif 2a3bb3f0d0
All checks were successful
continuous-integration/drone/push Build is passing
v1.1.2
2023-02-12 18:09:34 +02:00
src more tests & enforce structure 2023-02-12 18:08:52 +02:00
tests more tests & enforce structure 2023-02-12 18:08:52 +02:00
.drone.yml more tests & enforce structure 2023-02-12 18:08:52 +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 v1.1.2 2023-02-12 18:09:34 +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.