- super-duper fast
- publishes interactions to a NATS subject
- interaction testing route
- fill in the
kantoku.tomlconfiguration 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 POSTs an interaction to /v1/interactions Kantoku will request an interaction response on the
configured NATS subject.
wip
{
"data": "Hello, World!",
"success": true
}X-Signature-Ed25519ed25519 signatureX-Signature-Timestamptimestamp of the signature
https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object
Dimensional Fun • Licensed under LGPL-2.1
