mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-22 12:09:30 +01:00
Updated FAQ (markdown)
parent
17a92f4047
commit
3ab982b6ab
8
FAQ.md
8
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 <https://github.com/42wim/matterbridge/issues/494> 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user