Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 7a599fd70cb47e1f736149ba14c23c7a10f6bec2 Author: jamoffat <21018628+jamoffat@users.noreply.github.com> Date: Sun Nov 25 20:37:14 2018 +0000 Remove double " from Discord gateway webhookurl= (#607) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 3bad9f4..5e7be29 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -13957 +13957 @@ 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]]