Replace bwmarrin/discordgo with matterbridge/discordgo (#878)

Needed for #872
This commit is contained in:
Wim
2019-08-26 23:47:50 +02:00
committed by GitHub
parent d525f1c9e4
commit 1552dcb143
5 changed files with 74 additions and 7 deletions

View File

@@ -832,7 +832,7 @@ type WebhookParams struct {
Username string `json:"username,omitempty"`
AvatarURL string `json:"avatar_url,omitempty"`
TTS bool `json:"tts,omitempty"`
File string `json:"file,omitempty"`
File *File `json:"-"`
Embeds []*MessageEmbed `json:"embeds,omitempty"`
}