style: fix alignment of fields in BotStatus struct

This commit is contained in:
Hoshina
2026-02-14 20:02:30 +08:00
parent 773ce9bcb6
commit 60c3d96b5e

View File

@@ -50,7 +50,7 @@ type oneBotRawEvent struct {
type BotStatus struct {
Online bool `json:"online"`
Good bool `json:"good"`
Good bool `json:"good"`
}
type oneBotSender struct {