A simple tracker that logs discord server invites to a default channel named #invite-logs
Create config.json in src/config with the following variables
{
"ownerId": "",
"botToken": "",
"embedColor": 3447003,
"defaultPrefix": ""
}
To run invite tracker for production
npm run pm2
Run for development
npm run start:dev
📝 In order for the bot to work it requires server manager permissions, guild members intents and a default channel named #invite-logs