Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/infinitemarcus/discord-expressjs-template

Base template for Discord applications based on HTTP interactions, using Express.js framework.
https://github.com/infinitemarcus/discord-expressjs-template

discord discord-js expressjs typescript

Last synced: 2 days ago
JSON representation

Base template for Discord applications based on HTTP interactions, using Express.js framework.

Awesome Lists containing this project

README

        

## Discord Express.js template

This repository servers as a base template for Discord applications based on HTTP interactions, using [**Express.js**](https://expressjs.com/pt-br/) framework.

Improvements and other changes may occur in the future, to attend demands commonly found in Discord applications.

### Environment variables
You can find all the following environment variables in [**Discord Applications portal**](https://discord.com/developers/applications), after you create your Discord application and access it's data:
```
- DISCORD_APPLICATION_ID - ID for the Discord app
- DISCORD_APPLICATION_PUBLIC_KEY - Public key for the Discord app
- DISCORD_APPLICATION_TOKEN - Discord token for Discord app
```