Getting Started
Introduction#
Discapp is a framework for rapidly building Discord application using ECMAScript latest features.
While most of the Discord libraries arw low-level, only exposing methods for interacting with the Discord API, Discapp was designed to be a framework for building complex, yet easily maintainable Discord applications.
Prerequisites#
- Node.js v14.0 or newer
- Git
Scaffolding Your First Discapp Project#
- yarn
- npm
This will ask you a few questions and then almost everything should be ready ๐
Running Your Project#
You can now run your project by executing:
Configure your .env
You need a token for interacting with the Discord API. If you don't know how to do so, we recommend you to look at the Setting Up a Bot Application guide.