Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.73 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.73 KB

BotListPusher, simple data pusher for discord bot sites

Discord Badge Version Badge In progress Badge

This is a small JS app that pushes data to discord bot list sites, is also give nice feedback if something goes wrong.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Requirements

Downloading

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 BotListPusher and then run npm i, this will install all required packages.

  • Now go to BotListPusher/config.json and 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.