https://github.com/aelithron/ts-discordjs-template
(INCOMPLETE) A discord.js bot template for TypeScript.
https://github.com/aelithron/ts-discordjs-template
discord discord-js template typescript
Last synced: about 1 month ago
JSON representation
(INCOMPLETE) A discord.js bot template for TypeScript.
- Host: GitHub
- URL: https://github.com/aelithron/ts-discordjs-template
- Owner: aelithron
- Created: 2025-07-20T21:29:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-05T08:29:18.000Z (4 months ago)
- Last Synced: 2026-05-28T00:28:06.248Z (about 2 months ago)
- Topics: discord, discord-js, template, typescript
- Language: TypeScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord.JS v14 TypeScript Template
A simple template for making Discord.JS bots with TypeScript. \
Saves a fair bit of time in the setup process!
## Things to Change
When using this template, make sure to change:
- The package.json file (insert your package details)
- This README.md file
Also, make sure to copy the `.env.example` file as `.env`, and put your token in it!
## Credits
A lot of this is based on [discordjs.guide](https://discordjs.guide), adapted for TypeScript!