2
0
mirror of https://github.com/42wim/matterbridge synced 2024-11-03 15:40:24 +00:00

Pick up all the webhooks (discord) (#1383)

This commit is contained in:
Wim 2021-02-01 20:44:34 +01:00 committed by GitHub
parent 8764be7461
commit 1624f10773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,6 +253,5 @@ func (t *Transmitter) assignHooksByAppID(hooks []*discordgo.Webhook, appID strin
"name": wh.Name,
"channel": wh.ChannelID,
}).Println(logLine)
break
}
}