diff options
author | jamoffat <21018628+jamoffat@users.noreply.github.com> | 2018-11-25 20:37:14 +1100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-11-25 10:37:14 +0100 |
commit | f3a5ea29564201fe89deda7b779ae840a84c9395 (patch) | |
tree | 700ba77aebf53b8c85a3fb2e11b3ff5bcf440fca /matterbridge.toml.sample | |
parent | f4d4dc91b1125a417f7f1e2f704fe2925809ba1c (diff) | |
download | matterbridge-msglm-f3a5ea29564201fe89deda7b779ae840a84c9395.tar.gz matterbridge-msglm-f3a5ea29564201fe89deda7b779ae840a84c9395.tar.bz2 matterbridge-msglm-f3a5ea29564201fe89deda7b779ae840a84c9395.zip |
Remove double " from Discord gateway webhookurl= (#607)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 3bad9f45..5e7be29e 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1395,7 +1395,7 @@ enable=true #OPTIONAL - webhookurl only works for discord (it needs a different URL for each cahnnel) [gateway.inout.options] - webhookurl=""https://discordapp.com/api/webhooks/123456789123456789/C9WPqExYWONPDZabcdef-def1434FGFjstasJX9pYht73y" + webhookurl="https://discordapp.com/api/webhooks/123456789123456789/C9WPqExYWONPDZabcdef-def1434FGFjstasJX9pYht73y" #API example #[[gateway.inout]] |