From 3ab982b6ab806804636e8eeb02106642e3041088 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 7 Nov 2020 22:47:16 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/FAQ.md b/FAQ.md index a0e552e..d4a3482 100644 --- a/FAQ.md +++ b/FAQ.md @@ -52,14 +52,6 @@ Click on the bot here: https://discordapp.com/developers/applications/me Click the "Generate OAUTH" button, copy the URL and paste it into your address bar, open the page and you'll see the drop down menu for adding the bot to any server you have permissions on. -## Files/images not getting uploaded? -If you are using the discord webhook and the discord token, the webhook will be used for posting messages. -The webhook can't do native upload of files/images to discord (see for the feature request). - -Possible solution: -* Disable the webhook and use only the token. (you'll loose the avatar/nick changing) -* Setup a [mediaserver](Mediaserver-setup-(advanced)) this way matterbridge will upload the files/images to the mediaserver and the webhook will post the URL of the files/images on the mediaserver. - ## Messages not being edited, but a new message with (edit) appears? Message editing is not supported by discord using webhooks. If you want message editing, disable webhooks and use token only