mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-22 17:30:26 +00:00
Pick up all the webhooks (discord) (#1383)
This commit is contained in:
parent
8764be7461
commit
1624f10773
@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user