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 create discapp

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:

cd your-project
yarn dev # Or: npm run dev
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.