Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discappjs/discapp
The framework for rapidly building Discord applications
https://github.com/discappjs/discapp
bots discord discord-applications discord-js
Last synced: 3 months ago
JSON representation
The framework for rapidly building Discord applications
- Host: GitHub
- URL: https://github.com/discappjs/discapp
- Owner: Discappjs
- License: mit
- Created: 2021-01-18T15:13:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T23:06:03.000Z (about 2 years ago)
- Last Synced: 2024-04-26T03:22:04.482Z (9 months ago)
- Topics: bots, discord, discord-applications, discord-js
- Language: TypeScript
- Homepage: https://discapp.vercel.app/
- Size: 2.21 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The framework for rapidly building Discord applications
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![ci](https://github.com/discappjs/discapp/actions/workflows/main.yml/badge.svg)
[![codecov](https://codecov.io/gh/discappjs/discapp/branch/main/graph/badge.svg?token=OELAvP55EX)](https://codecov.io/gh/discappjs/discapp)
## Introduction
Discapp is a Node.js framework for rapidly building Discord applications (bots) using latest JavaScript features and TypeScript.
While most of Discord libraries only exposes methods for interacting with the Discord API, Discapp was designed to make easy to write fancy Discord applications by getting rid of the boring parts:
- Command routing
- Message parsing and validation
- Permission/roles handling
- Command documentation## Getting Started
Check out the [Discapp guide](https://discapp.vercel.app/).
## License
Discapp is [MIT licensed](https://github.com/Discappjs/discapp/blob/main/LICENSE).