diff --git a/source/_integrations/discord.markdown b/source/_integrations/discord.markdown index ccff715d00d..15d5024a48d 100644 --- a/source/_integrations/discord.markdown +++ b/source/_integrations/discord.markdown @@ -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.