- You need nodejs >= 16.6.0 for start the bot.
- You need a token of discord bot. (https://discord.dev)
- You need typescript complier
npm install -g typescript
- Clone the repo
- Create a
.envwith the values defined insrc/config.ts - Install the dependencies:
npm install - Compile typescript :
npm run build - Start the bot:
npm run start
This project has an MIT license. And you are welcome to contribute.
If you have question or need help, please open an issue.