View our website or add me to your server!
This is a small hobby-project that I started on 2017-03-14. I've slowly been working on it as a side-project and for fun, really.
The code was a complete mess of spaghetti, though, as it originally started as a private guild-only bot designed to check statistics for people who applied to the guild. I decided to completely rewrite it. (2017-09-29)
It was split into two separate projects - hypixel.py, a Python wrapper with common functions for the public Hypixel-API, and the bot itself.
- hypixel.py - A wrapper for the Hypixel Public API to make everything super easy. https://github.com/Snuggle/hypixel.py
- discord.py - A library to interact with Discord's API and create awesome bots! https://github.com/Rapptz/discord.py
Please follow the gitmoji standards for identifying the purpose of a commit. These aren't strict rules per se, but they're extremely useful for skimming over a bunch of commits. https://gitmoji.carloscuesta.me
For example, if you are fixing a bug that affected Linux users - "🐛 🐧 | Fixed bug that scared penguins!"