A simple TypeScript boilerplate for a Discord bot.
git clone https://github.com/YOUR-USERNAME/repository-name.git
- install the dependencies
cd discord-bot-boilerplate
npm install
- build the project
npm run build
- start the bot
npm run start
A simple TypeScript boilerplate for a Discord bot.
git clone https://github.com/YOUR-USERNAME/repository-name.git
cd discord-bot-boilerplate
npm install
npm run build
npm run start