A generic command parser meant for discord bots, though works for just about anything else
Go to file
Navy.gif 6e00ba118a
Some checks failed
continuous-integration/drone/push Build is failing
v1.4.0
2023-04-16 16:43:27 +03:00
scripts Update to support both cjs and esm 2023-04-13 20:18:40 +03:00
src v1.4.0 2023-04-16 16:43:27 +03:00
tests v1.4.0 2023-04-16 16:43:27 +03: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 Update to support both cjs and esm 2023-04-13 20:18:40 +03: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 v1.4.0 2023-04-16 16:43:27 +03:00
jest.config.js test configs 2023-02-12 17:20:05 +02:00
package.json v1.4.0 2023-04-16 16:43:27 +03:00
README.md meta files 2022-07-29 18:48:03 +03:00
tsconfig.cjs.json Update to support both cjs and esm 2023-04-13 20:18:40 +03:00
tsconfig.json Update to support both cjs and esm 2023-04-13 20:18:40 +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.