Upgrade dependencies

Added tests, revised logging

Removed dependency on env file

Try reformatting unit file

Comments clarification

Added readme

Added readme
This commit is contained in:
HugeFrog24
2024-10-22 20:07:06 +02:00
parent c8af457af1
commit d8d0da4704
22 changed files with 420 additions and 156 deletions

2
config.go Normal file → Executable file
View File

@@ -61,7 +61,7 @@ func loadAllConfigs(dir string) ([]BotConfig, error) {
// Skip inactive bots
if !config.Active {
fmt.Printf("Skipping inactive bot: %s\n", config.ID)
InfoLogger.Printf("Skipping inactive bot: %s", config.ID)
continue
}