fixes some bug
This commit is contained in:
@ -51,7 +51,7 @@ const (
|
||||
|
||||
// Message is a message sent by other
|
||||
type Message struct {
|
||||
Text string `json:"text" nbt:"text"`
|
||||
Text string `json:"text" nbt:"text,omitempty"`
|
||||
|
||||
Bold bool `json:"bold,omitempty" nbt:"bold,omitempty"` // 粗体
|
||||
Italic bool `json:"italic,omitempty" nbt:"italic,omitempty"` // 斜体
|
||||
|
Reference in New Issue
Block a user