Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Discapp logo


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