A starter pack for those who want to create a Discord bot with TypeScript
- Discord.js
- Typescript
Clone the project
git clone https://github.com/sana-team/discord-bot-ts.git
Go to the project directory
cd discord-bot-ts
Install dependencies
pnpm install
Copy the .env.example to .env and fill out the values
cp .env.example .env
Start the bot
pnpm dev