- super-duper fast
- publishes interactions to a NATS subject
- interaction testing route
- fill in the
kantoku.toml
configuration file. - run the server thingy
- go to your application in the discord developer portal and set
your interactions endpoint url to
https://<domain>/v1/interactions
Whenever Discord POST
s an interaction to /v1/interactions
Kantoku will request an interaction response on the
configured NATS subject.
wip
{
"data": "Hello, World!",
"success": true
}
X-Signature-Ed25519
ed25519 signatureX-Signature-Timestamp
timestamp of the signature
https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object
Dimensional Fun • Licensed under LGPL-2.1