File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,18 +28,19 @@ Complete reference for all `config.toml` options.
2828
2929### Feature Toggles
3030
31- | Option | Type | Required | Default | Description |
32- | -------------------| ------| ----------| ---------| ---------------------------------|
33- | ` enable_logs ` | bool | Yes | - | Enable logging to a channel |
34- | ` enable_features ` | bool | Yes | - | Enable feature request tracking |
35- | ` enable_panel ` | bool | Yes | - | Enable web administration panel |
31+ | Option | Type | Required | Default | Description |
32+ | ------------------------| ------| ----------| ---------| --------------------------------------|
33+ | ` enable_rustmail_logs ` | bool | Yes | - | Enable rustmail logging to a channel |
34+ | ` enable_discord_logs ` | bool | Yes | - | Enable discord logging to a channel |
35+ | ` enable_features ` | bool | Yes | - | Enable feature request tracking |
36+ | ` enable_panel ` | bool | Yes | - | Enable web administration panel |
3637
3738### Channel Configuration
3839
39- | Option | Type | Required | Default | Description |
40- | -----------------------| ------| -------------| ---------| --------------------------------------------------------------------|
41- | ` logs_channel_id ` | u64 | Conditional | - | Channel for bot logs. Required if ` enable_logs = true` |
42- | ` features_channel_id ` | u64 | Conditional | - | Channel for feature requests. Required if ` enable_features = true ` |
40+ | Option | Type | Required | Default | Description |
41+ | -----------------------| ------| -------------| ---------| ----------------------------------------------------------------------------------------------------- |
42+ | ` logs_channel_id ` | u64 | Conditional | - | Channel for bot logs. Required if ` enable_rustmail_logs = true` or/and ` enable_discord_logs = true ` |
43+ | ` features_channel_id ` | u64 | Conditional | - | Channel for feature requests. Required if ` enable_features = true ` |
4344
4445### OAuth2 (Panel)
4546
You can’t perform that action at this time.
0 commit comments