Merge branch 'main' into feature/bots

This commit is contained in:
Jason Song
2023-01-11 09:39:19 +08:00
committed by GitHub
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ type (
Wait bool `json:"wait"`
Content string `json:"content"`
Username string `json:"username"`
AvatarURL string `json:"avatar_url"`
AvatarURL string `json:"avatar_url,omitempty"`
TTS bool `json:"tts"`
Embeds []DiscordEmbed `json:"embeds"`
}