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

https://github.com/alphakeks/djs-typescript

Basic discord.js template for creating a Discord Bot with Typescript
https://github.com/alphakeks/djs-typescript

Last synced: about 1 month ago
JSON representation

Basic discord.js template for creating a Discord Bot with Typescript

Awesome Lists containing this project

README

          

# DiscordBot

Basic Template for developing discord.js bots with Typescript

# .env

`MODE` should be:

- `DEV` for developement (commands will only register on the `DEV_GUILD` you specified)
- `PROD` for production (commands will register globally, this can take up to 60min)