From 3c85d937c6931a861ebe8dc2be0d3a431b85be4a Mon Sep 17 00:00:00 2001 From: jamoffat <21018628+jamoffat@users.noreply.github.com> Date: Sun, 25 Nov 2018 20:37:14 +1100 Subject: Remove double " from Discord gateway webhookurl= (#607) --- matterbridge.toml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]] -- cgit v1.2.3