A powerful framework for building bots on Discord's Interactions API.
Comity doesn't make any assumptions about your web server, database, or other dependencies.
You can use Comity with any web server, for example Express, Fastify, or Koa. Comity can also be used on serverless platforms like Cloudflare Workers or Vercel.
Note Comity does not verify the authenticity of requests to your endpoint. To verify the requests, you can use discord-interactions or @discord-interactions/verify.
npm install comity
yarn add comity
See the examples directory for examples of how to use Comity with different frameworks / platforms.