With this reposity you will be able to create an API system to verify that a user has boosted your discord server!
- Open and Edit config.json
- Install every npm package in package.json
- Start server.js
How do I check a user?
- Make a GET request on this link: https://yourserver.com/discord/checkboost?key=[YOUR_API_KEY]&userid=[DISCORD_USERID]
How do I check if it is connected to discord?
- Make a GET request on this link: https://yourserver.com/discord/ or check the console!
