Totally open source project, aims to become a complete bot.
- Rename
.env.example
in.env
. - Open
.env
and put the bot's sensitive information. (⚠️ Never send this file to anyone.)
TOKEN=YOUR_TOKEN
CLIENT_ID=BOT_ID
Make sure you have nodejs up to date!
The recommended version is node 18.
- Install the dependencies with :
npm install
/yarn install
- Then run :
npm run start
/yarn start
Made by Pronicio with ❤️.