style: fix alignment of fields in BotStatus struct
This commit is contained in:
parent
773ce9bcb6
commit
60c3d96b5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue