clawback
v0.0.3
Published
A new type of interaction command handler for Discord bots.
Readme
Clawback
A new type of interaction command handler for Discord bots.
How to install
npm i clawback
yarn add clawback
pnpm i clawback
bun i clawbackDocumentation
This is still a bare-bones prototype, so expect breaking changes!
Also, the source code is a mess. It's terrible. Please don't read my code.
There is the concept of "entities" and "handlers".
- An entity is the command or component data.
- A handler is where you'd run your interaction execution code.
You can check out examples in the /example directory.
There aren't proper documentations for this library as of now.
