dependencies: update discordgo

This commit is contained in:
Tulir Asokan
2024-11-13 14:58:00 +02:00
parent a0ee1fd508
commit 449c9264d8
4 changed files with 4 additions and 5 deletions

View File

@@ -1674,7 +1674,6 @@ func (portal *Portal) handleMatrixMessage(sender *User, evt *event.Event) {
Content: sendReq.Content,
Username: username,
AvatarURL: avatarURL,
TTS: sendReq.TTS,
Files: sendReq.Files,
Components: sendReq.Components,
Embeds: sendReq.Embeds,