Skip to content

Easy to use library for creating discord applications via interaction webhooks

License

Notifications You must be signed in to change notification settings

typicalninja/disci

Repository files navigation

🎨 Disci Project

NPM version badge NPM license GitHub issues

Create HTTP webserver powered discord bots. Supports serverless environments as well as node/deno/bun.

Install

Please refer to our docs for a basic setup with a supported webserver.

npm install disci
# or other platforms
pnpm/yarn/bun add disci

Note: This project is ESM and does not support CommonJS. Your project must be ESM or converted to ESM to use disci packages.

📦 Monorepo

This is the monorepo for all discijs packages. The core disci package readme is available here.

💻 Development

All versions within the range of 0.xx.xx are considered pre-release and may contain breaking changes within minor and patch releases.

🔗 Links

License

This repository and the code inside it is licensed under the Apache-2.0 License. Read LICENSE for more information.