mid day commit

This commit is contained in:
2025-12-09 10:54:36 +01:00
parent 06c17cc2e9
commit e188ceab79
4 changed files with 78 additions and 44 deletions

View File

@@ -27,6 +27,5 @@ type BotConfig struct {
type LogConfig struct {
Level slog.Level `toml:"level"`
Format string `toml:"format"`
AddSource bool `toml:"add_source"`
}