feature: finalize switch to sqlite kv

This commit is contained in:
Seraphim Strub 2024-07-12 13:51:53 +00:00
parent 773318a079
commit b0aa00d971
6 changed files with 58 additions and 168 deletions

View file

@ -3,7 +3,7 @@ package config
import (
_ "embed"
"encoding/json"
"github.com/disgoorg/log"
"log"
"sort"
)