0.2.2 • Published 1 year ago

comity v0.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Comity

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.

Installation

npm install comity
yarn add comity

Usage

See the examples directory for examples of how to use Comity with different frameworks / platforms.