Key Features
Check out the home page for the full Discord Bot List.
The bot is modularized through Cogs ensuring that each system operates independently and stably:
- Setup & Admin: Prefix configuration, language settings (i18n), and giveaway management (
/giveaway). - Moderation & Anti-Raid: Warning system (
/warn), punishments, spam protection real-time. - Economy: Personalized wallet, item shop, and daily rewards.
- Level & XP: Experience system with image-based rank card generation.
- Profile & Fun: Customizable bio, reputation system, quizzes, and interaction commands (hug, kiss).
- Utilities: User information, support via ticket system, and dynamic help.
HalfBot utilizes a robust internationalization layer.
- Slash Commands: Automatically detect the user’s client language.
- Global Events: Administrators define the server’s default language via
/setup language. - Dynamic: All strings are loaded from JSON files, facilitating expansion to new languages without modifying the core code.

