A generic command parser meant for discord bots, though works for just about anything else
src | ||
tests | ||
.drone.yml | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
babel.config.js | ||
index.ts | ||
jest.config.js | ||
package.json | ||
README.md | ||
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.