mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-06-26 09:41:31 +08:00
feat: (WIP) migrate storage configuration to user-specific models and remove deprecated storage loading
This commit is contained in:
@@ -6,7 +6,6 @@ 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() {
|
||||
@@ -16,6 +15,5 @@ func InitAll() {
|
||||
|
||||
common.Init()
|
||||
dao.Init()
|
||||
storage.LoadExistingStorages()
|
||||
bot.Init()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user