New API-driven architecture

This commit is contained in:
2025-11-23 22:59:31 +08:00
parent e219e04a48
commit 3c6f8714d2
9 changed files with 30 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ type Config struct {
Password string `json:"password"`
Database string `json:"database"`
Prefix string `json:"prefix"`
FilePath string `json:"file_path"`
} `json:"database"`
}