A generic command parser meant for discord bots, though works for just about anything else
Go to file
2023-02-12 16:20:08 +02:00
src default parsers for some built-in types 2023-02-12 14:51:45 +02:00
tests bugfix + tests 2022-07-29 23:22:29 +03:00
.eslintignore meta packages 2022-07-29 14:17:01 +03:00
.eslintrc.json bugfix 2022-07-29 23:09:05 +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 v1.1.0 2023-02-12 16:20:08 +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 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.