A generic command parser meant for discord bots, though works for just about anything else
Go to file
2022-07-29 18:57:14 +03:00
src type fixes 2022-07-29 18:57:14 +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 export resolver interface 2022-07-29 14:49:23 +03:00
package.json meta files 2022-07-29 18:48:03 +03:00
README.md meta files 2022-07-29 18:48:03 +03:00
tsconfig.json meta files 2022-07-29 18:48:03 +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.