forked from lug/matterbridge
Allow a webhookurl per channel (discord). #239
This commit is contained in:
@@ -85,7 +85,8 @@ type Protocol struct {
|
||||
}
|
||||
|
||||
type ChannelOptions struct {
|
||||
Key string // irc
|
||||
Key string // irc
|
||||
WebhookURL string // discord
|
||||
}
|
||||
|
||||
type Bridge struct {
|
||||
|
||||
Reference in New Issue
Block a user