This script allows you to get the server IDs of your tokens and save them.
- Install the required packages with
npm install. - Fill in the
config.jsonfile with the required information. - Add your bot token(s) to the
data/tokens.txtfile. - Run the script using
npm start.
- The tokens must be valid.
- Proxyless
{
"server_limit": 70, // If the account has more than this server it will add it to a seperate file. above.txt
"save_only_for_above": false, // It will only save the server id if the account has more than the server_limit
"save_ids": true // It will save the server ids to a file
}