Discapp
The framework for rapidly building Discord applications
Easy
Discapp was designed to be simple for building simple or complexes Discord applications by providing an easy to mantain structure and by handling the boring parts for you:
- Command-routing
- Message parsing
- Argument validation
- Documentation
Humans First
Discapp was designed to be easy to write, understand and mantain by providing an expressive, elegant syntax.
Extensible
Discapp provides ways of hooking into the internal functionalities and extending them easily. You can, for example, extract common code into a separated package for avoiding repeating code.