update-booster-playtesters
Hello,
Recently I put this Discord convenience bot together that can automatically add your Server Boosters as Team Create playtesters to your game!
What it does in steps
- fetch your Discord server’s current boosters and your game’s current playtesters
- check if the boosters are verified with RoVer or Bloxlink and get their Roblox user IDs
- check if the boosters should be added to the Team Create (it takes group ranks into account; if a user has a rank in the game’s group which already has access to the Team Create, it doesn’t add them)
- check if the current playtesters should be removed (people who aren’t boosting anymore or people specified in
IGNORE_USERS
) - add new playtesters and remove old ones
- optionally output a message to a Discord channel
- once finished, it will kill the bot and exit the process
The bot is programmed in Node.js and uses the libraries Discord.js for the Discord bot part and bloxy for accessing the Roblox Web API.
Output example
Source and installation
I have currently hooked this to a cronjob on my server that runs every 6 hours and it works like a charm!
Happywalker