Skip to content

Simple invite tracker for discord using DiscordJs and TypeScript

License

Notifications You must be signed in to change notification settings

driwand/invite-tracker

Repository files navigation

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

Releases

No releases published

Packages

No packages published