Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.67 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.67 KB

🎨 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.