mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-12 18:20:27 +00:00
✏️ 修复 manager 定时器错误
同时 make lint happy
This commit is contained in:
@@ -3,7 +3,7 @@ package omikuji
|
||||
import "strconv"
|
||||
|
||||
type kuji struct {
|
||||
Id uint8 `db:"id"`
|
||||
ID uint8 `db:"id"`
|
||||
Text string `db:"text"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user