Villager Bot
Notable Features
- Ability to generate Minecraft pixel art from images sent in the chat
- Ability to ping / check the status of any Minecraft server
- Expansive economy system (based upon emeralds obviously!)
- Multi-language support! (English, Español, Français, Português)
- Tons of customization and configuration options
Support / Contact Information
Technologies
- discord.py
- Cython
- OpenCV + Numpy
- websockets
Architecture
Villager Bot is separated into two components; Karen and the clusters. A "cluster" is a group of shards (websockets connected to Discord in this case). Due to the nature of Villager Bot, these clusters need to share state and communicate, which is what Karen facilitates via the use of websockets. Villager Bot is dockerized and this architecture allows scaling while maintaining functionality and easy development.