interaction-kit
interaction-kit copied to clipboard
Interaction Kit is a framework for creating Discord slash command bots over the HTTP API
Goal of this is to add some tests and get [email protected] out
Fully implements the missing discord-api methods
I stubbed out some example usages of `discord-verify` but a few others need doing, and I'm sure the ones I wrote could use some love
Easy to use middleware makes everyone happy - [ ] Express - [ ] Fastify - [ ] Serverless - [ ] Edge Runtime
Moving create-ikit-app to unbuild will help drop some dev dependencies
Looks like it overrides a few commands when it shouldn't. Need to check what is causing that, and then also should add caching so that when the application reloads we...
The VM isn't passing colors through always; not clear why
Per Vlad and ckohen, the serialization should be typed like this: ``` Exclude[number] ```
It's convoluted, and it isn't clear that it needs to be. There was a lot of thrash during the Request/Response rewrite that might have shook out in a way where...