This script allows you to mantain multiple discord accounts online with a random game status.
- Install the required packages with
npm install
. - Fill in the
config.json
file with the required information. - Add your bot token(s) to the
data/tokens.txt
file. - Run the script using
npm start
.
- The tokens must be valid.
- Phone verification is not required, but email verification is preferred.
{
"games": [
"Minecraft",
"Fortnite",
"Rainbow Six Siege",
"Counter-Strike 2",
"Grand Theft Auto V",
"League of Legends"
// You can add more games here
],
"status": "random", // Options: online, idle, dnd, random
"changeRate": 100000 // Change status and games every X milliseconds
}