Comprobot uses TOML configuration files stored in the bot’s data directory. On Linux this is typically ~/.local/share/Comprobot/, on Mac it’s ~/Library/Application Support/Comprobot/, and on Windows it’s %APPDATA%\Comprobot\.

Configuration Files

FileDescription
ConfigBasic bot settings (prefix, admins, ASCII art)
Active CommandsEnable/disable individual commands
KeywordsCustomize command triggers and aliases
Error MessagesCustom error messages for failed commands
OutputCustomize command output format with variables
AIAI chat settings (provider, model, prompts)
ModerationAutomatic moderation for banned words
MoneyUser balances (auto-managed)
DescriptionsCommand descriptions shown in !help

Getting Started

You can edit any .toml file directly with a text editor. Changes take effect after restarting the bot. For a quicker way to configure things, use the built-in config editor:

# Interactive TUI editor
comprobot config
 
# Non-interactive: edit a specific key
comprobot config ai provider groq
comprobot config secrets BOT_TOKEN abc

Keep your .env file private — it contains your bot token and API keys.

9 items under this folder.