diff options
author | Wim <wim@42.be> | 2017-08-12 14:51:41 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-08-12 14:51:41 +0200 |
commit | 28710d0bc7d5bd564d702953c490a865b0cc438d (patch) | |
tree | d025fe274779881442a1cf14d62ec2d42671cc3c /bridge/config/config.go | |
parent | ad4d461606b5fb9b64377c8ef37110ee0b3c721b (diff) | |
download | matterbridge-msglm-28710d0bc7d5bd564d702953c490a865b0cc438d.tar.gz matterbridge-msglm-28710d0bc7d5bd564d702953c490a865b0cc438d.tar.bz2 matterbridge-msglm-28710d0bc7d5bd564d702953c490a865b0cc438d.zip |
Allow a webhookurl per channel (discord). #239
Diffstat (limited to 'bridge/config/config.go')
-rw-r--r-- | bridge/config/config.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go index a90cb9a9..ae937915 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -85,7 +85,8 @@ type Protocol struct { } type ChannelOptions struct { - Key string // irc + Key string // irc + WebhookURL string // discord } type Bridge struct { |