Modifying and Extending - Mirroar/hivemind GitHub Wiki
Modifying & Extending Hivemind
This page provides an overview of how to customize, modify, and extend the Hivemind bot to suit your needs. Whether you want to tweak settings, add new features, or integrate your own logic, this section will guide you through the main extension points and best practices.
Topics Covered
- Managing Settings: How to override and customize bot configuration.
- Using Callbacks: Extending functionality by hooking into bot events and processes.
- Using the Dependency Injection (DI) Container: Adding or replacing services and logic in a modular way.