Add info about images to Discord documentation (#10706)

This commit is contained in:
Jacob Mansfield 2019-10-11 10:29:18 +01:00 committed by Franck Nijhof
parent 5c36d7359a
commit d6bd1bd3f5

View File

@ -84,3 +84,5 @@ You can tag any user inside a channel by using their user ID in the message like
For more information about creating and authorizing bots, visit the [OAuth2 information page](https://discordapp.com/developers/docs/topics/oauth2)
To use notifications effectively, please see the [getting started with automation page](/getting-started/automation/).
Images are uploaded to Discord when a message is sent. As such, a local path to the image is required (i.e. `/config/www/garage.jpg` as opposed to `/local/garage.jpg`), and updating an image after sending it in a message will not update the message in Discord.