A generic command parser meant for discord bots, though works for just about anything else
Navy.gif
c669d60428
All checks were successful
continuous-integration/drone/push Build is passing
bugfix for boolean type parse |
||
---|---|---|
scripts | ||
src | ||
tests | ||
.drone.yml | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
babel.config.cjs | ||
index.ts | ||
jest.config.cjs | ||
package.json | ||
README.md | ||
tsconfig.cjs.json | ||
tsconfig.json | ||
yarn.lock |
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.