Skip to content

Allows you to check who boosted, and how many times they've boosted your server.

License

Notifications You must be signed in to change notification settings

Jonfirexbox/Discord-Booster-Stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nitro Boosters

This allows your to check how many time a user boosted your server, feel free to use that in your code.

Note:

  • This might be considered self-botting which is against Discord's Terms of service, this might seem harmless but nonetheless use at your own risk

Setup:

  • Clone the repo.
  • configure the application (config.json)
  • Install Node Packages. (npm i)
  • run the app! node index.js

Config:

token:


This field is for your Discord User token, a bot token simply won't work.

note: The user must have administrator access.

interval:


Interval between each API check.
To avoid getting Rate-Limitted the app will check discord's API every X amount of milliseconds, I have found 10000ms (10s) to work perfectly.

guildID:


Guild ID which the app will be checking.

note: The use account in use must have administrator permission.

API.port


The port which the app will be listening on.

API.password


The password that will keep the API protected, this will keep any unwated users from using it. This Field is optional, simple set this to "" and that feature will be disabled.

About

Allows you to check who boosted, and how many times they've boosted your server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%