Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 427 Bytes

BanTracker

A simple discord bot that tracks bans on Hypixel using their API

Usage

Open config.json and insert your API Key(s), bot token, and the channel ID of the channel you want the bans to be logged in.

Example:

{
    "token": "BOT-TOKEN",
    "channel": 1234567890
}

Disclaimer

The code in this repository is not my best work, it is rushed and terrible. Do not judge my coding ability off of this.