🎨 改进代码样式

This commit is contained in:
github-actions[bot]
2021-12-13 13:15:16 +00:00
parent 3fba704c77
commit 6b4045db45
7 changed files with 7 additions and 11 deletions

View File

@@ -37,5 +37,4 @@ func init() {
}
log.Printf("[kuji]读取%d条签文", n)
}()
}

View File

@@ -7,9 +7,10 @@ import (
"strconv"
"time"
"github.com/FloatTech/ZeroBot-Plugin/control"
log "github.com/sirupsen/logrus"
"github.com/FloatTech/ZeroBot-Plugin/control"
zero "github.com/wdvxdr1123/ZeroBot"
"github.com/wdvxdr1123/ZeroBot/message"
)