A generic command parser meant for discord bots, though works for just about anything else
Go to file
2022-07-29 20:37:34 +03:00
src abstract 2022-07-29 20:37:34 +03:00
.eslintignore meta packages 2022-07-29 14:17:01 +03:00
.eslintrc.json meta files 2022-07-28 22:06:03 +03:00
.gitignore meta files 2022-07-28 22:06:03 +03:00
index.ts Throw parser specific error 2022-07-29 20:23:45 +03:00
package.json abstract 2022-07-29 20:37:34 +03: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 meta packages 2022-07-29 14:17:01 +03: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.