diff options
author | jamoffat <21018628+jamoffat@users.noreply.github.com> | 2018-11-25 20:37:14 +1100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-11-29 00:04:53 +0100 |
commit | 3c85d937c6931a861ebe8dc2be0d3a431b85be4a (patch) | |
tree | 8ad32a5a70bcdf6706ee3a27e85b351a073cad31 | |
parent | c6fd65d1d7f5085890c0a00d37be8d6abb458921 (diff) | |
download | matterbridge-msglm-3c85d937c6931a861ebe8dc2be0d3a431b85be4a.tar.gz matterbridge-msglm-3c85d937c6931a861ebe8dc2be0d3a431b85be4a.tar.bz2 matterbridge-msglm-3c85d937c6931a861ebe8dc2be0d3a431b85be4a.zip |
Remove double " from Discord gateway webhookurl= (#607)
-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 a4179b02..7da2a2d8 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1389,7 +1389,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]] |