Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 421 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 421 Bytes

BanTracker

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

Usage

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
}

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.