This is a small JS app that pushes data to discord bot list sites, is also give nice feedback if something goes wrong.
This project is licensed under the MIT License - see the LICENSE.md file for details
gitCommand line (Windows|Linux|MacOS) installednodeVersion 20.0.0 or higherconfig fileRequired a config file that holds links and toklens for the sites
In a command prompt in your project's folder (wherever that may be) run the following:
git clone https://github.com/ZixeSea/BotListPusher.git
Once finished:
-
In the folder from where you ran the git command, run
cd BotListPusherand then runnpm i, this will install all required packages. -
Now go to
BotListPusher/config.jsonand open it, and add sites like this (the list is an array so you can add more with,)
{
"url": "https://example.com/12342423/stats",
"token": "g4353fdwsf342",
"serversPar": "guildCount",
"shardsPar": "shardCount"
}
After adding all the sites add your server and shard count on the top of the config file.
- Now run the program by running
npm .in a command prompt.
