A template for creating Discord bots with Discord.js using TypeScript
- Run this codeblock in your terminal:
git clone https://github.com/BurakYs/bot-template.git cd bot-template npm install cp .env.template .env npm run build
- Fill in the
.env
file with your bot token and other necessary information. - Run
npm run commands
to register the commands and to start the bot. - Start the bot with
npm start
.
- Written in TypeScript
- Uses latest Discord.js version
- Easy to understand and modify
- Multiple language support both for messages and commands
I'm not that experienced with TypeScript, so I'm open to any suggestions.
This project is licensed under the MIT License - see the LICENSE file for details.