Synchronises your Discord server boosters to your Roblox game's playtesters. In order to do this, your server boosters have to be verified with either RoVer or Bloxlink because the bot fetches their Roblox ID and username from there.
Users who are no longer boosting and whose Roblox IDs are not in the IGNORE_USER_IDS
environment variable will be removed from your game's playtesters.
Note
The bot you're going to do this with must have its GUILD_MEMBERS
intent enabled on the Discord Developer Portal.
The Roblox cookie you use has to be from the account which is owner of the game.
- Install packages with
yarn install
ornpm install
. - Copy
.env.example
to.env
and update the fields to reflect your environment.
To start the bot, run: yarn start
or npm start
.