From d6bd1bd3f50e0a3e4fdf9e7c00361938cbb3f4c6 Mon Sep 17 00:00:00 2001 From: Jacob Mansfield Date: Fri, 11 Oct 2019 10:29:18 +0100 Subject: [PATCH] Add info about images to Discord documentation (#10706) --- source/_integrations/discord.markdown | 2 ++ 1 file changed, 2 insertions(+) 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.