Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/infinitemarcus/discord-expressjs-template
- Owner: InfiniteMarcus
- License: mit
- Created: 2024-08-27T18:29:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T19:27:30.000Z (4 months ago)
- Last Synced: 2025-01-02T22:46:11.800Z (2 days ago)
- Topics: discord, discord-js, expressjs, typescript
- Language: TypeScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```