feat: set default storage by inline keyboard

This commit is contained in:
krau
2025-02-19 12:23:12 +08:00
parent 692e970772
commit c4eb824457
11 changed files with 157 additions and 32 deletions

View File

@@ -9,6 +9,7 @@ import (
"github.com/krau/SaveAny-Bot/config"
"github.com/krau/SaveAny-Bot/dao"
"github.com/krau/SaveAny-Bot/logger"
"github.com/krau/SaveAny-Bot/storage"
)
func InitAll() {
@@ -18,7 +19,7 @@ func InitAll() {
}
logger.InitLogger()
logger.L.Info("Starting SaveAny-Bot...")
storage.LoadStorages()
common.Init()
dao.Init()
bot.Init()