style: fix alignment of fields in BotStatus struct
This commit is contained in:
parent
f129849e15
commit
6e22992609
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ type oneBotRawEvent struct {
|
||||||
|
|
||||||
type BotStatus struct {
|
type BotStatus struct {
|
||||||
Online bool `json:"online"`
|
Online bool `json:"online"`
|
||||||
Good bool `json:"good"`
|
Good bool `json:"good"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type oneBotSender struct {
|
type oneBotSender struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue