A simple discord bot that tracks bans on Hypixel using their public API
Open config.json and insert your bot token and the channel ID of the channel you want the bans to be logged in.
Example:
{
"token": "BOT-TOKEN",
"channel": 1234567890
}
The code in this repository is not my best work, it is rushed and terrible. Do not judge my coding ability off of this.