5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-22 12:50:27 +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, "name": wh.Name,
"channel": wh.ChannelID, "channel": wh.ChannelID,
}).Println(logLine) }).Println(logLine)
break
} }
} }