Discord bot made for different miscellaneous skyblock utilities
- Get a user's mojang info -
/get_linked_account
- Get a user's estimated hypixel uptime -
/uptime
- Set your custom color for the bot -
/color
- Git
- Rust
- msvc build tools
- You can also use this gist if you just need the build tools for rust
- A Discord bot
- Hypixel api key
- Clone the repository
- Add required environment variables
DISCORD_TOKEN
- Your discord bot's tokenAPI_KEY
- Your hypixel api key
- Run
cargo run
in the root directory
- Serenity - The main library used to interface with discord
- Poise - The framework that the bot is built on
- Hypixel API - Used for nearly all player data
- Elite API - Used for player farming data