Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 868 Bytes

File metadata and controls

42 lines (28 loc) · 868 Bytes

Discord Invite Tracker

A simple tracker that logs discord server invites to a default channel named #invite-logs

Used Packages And Environment

Configuration File

Create config.json in src/config with the following variables

  {
      "ownerId": "",
      "botToken": "",
      "embedColor": 3447003,
      "defaultPrefix": ""
  }

Usage

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

License

GPL-3.0