store messages

This commit is contained in:
Rogee
2024-09-02 18:47:12 +08:00
parent 98cd1a0365
commit 32b53c0b18
3 changed files with 26 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ type Config struct {
BotToken string `mapstructure:"bot_token"`
SessionFile string `mapstructure:"session_file"`
LogFile string `mapstructure:"log_file"`
DSN string `mapstructure:"dsn"`
}
func Load(path string) error {