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 bundle size NPM license GitHub issues

Disci is a project designed for interacting with Discord's new interaction webhook system, enabling the creation of Discord applications without the need for a websocket connection. It's an ideal choice for serverless and small to medium-sized bots (Size as in code size, not servers)

📦 Monorepo

This is the monorepo for Disci.js. The Disci package readme is available here.

All packages are in the ./packages directory, while Examples and Documentation are in the ./apps directory.

💻 Development

The current latest published version of the main package (npm version badge) is a pre-release version

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.