1
0
mirror of https://github.com/fumiama/ReiBot.git synced 2026-06-05 00:50:25 +08:00
This commit is contained in:
源文雨
2022-06-02 15:28:28 +08:00
parent e2b9c60ffb
commit efa699c38f

View File

@@ -21,7 +21,7 @@ var logsetter = &sync.Once{}
func init() {
logsetter.Do(func() {
tgba.SetLogger(logrus.StandardLogger())
_ = tgba.SetLogger(logrus.StandardLogger())
})
}