From f3a5ea29564201fe89deda7b779ae840a84c9395 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(-) (limited to 'matterbridge.toml.sample') 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]] -- cgit v1.2.3