Comprobot uses TOML configuration files for easy customization. All configuration files are stored in the bot’s data directory (typically ~/.local/share/Comprobot/ on Linux or %APPDATA%\Comprobot\ on Windows).
Configuration Files
| File | Description |
|---|---|
| Config | Basic bot settings (prefixes, admins, ASCII art) |
| Active Commands | Enable/disable individual commands |
| Keywords | Customize command aliases/triggers |
| Error Messages | Custom error messages for failed commands |
| Output | Customize command output format with variables |
| AI | AI chat settings (provider, model, prompts) |
| Moderation | Automatic moderation for banned words |
| Money | User balances (auto-generated) |
Getting Started
Most settings can be changed while the bot is running - simply edit the TOML file and save. The bot will automatically reload the changes.
For security, keep your .env file private as it contains your API keys.