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
- Host: GitHub
- URL: https://github.com/alphakeks/djs-typescript
- Owner: AlphaKeks
- License: gpl-3.0
- Created: 2022-05-27T17:02:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T20:33:36.000Z (almost 4 years ago)
- Last Synced: 2025-10-14T00:37:28.486Z (9 months ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)