From a6a0e572e17464741f31990733fa53bb9c0ac95d Mon Sep 17 00:00:00 2001 From: vermium-sifell <47034338+vermium-sifell@users.noreply.github.com> Date: Thu, 9 Apr 2020 07:40:28 +0200 Subject: [PATCH 1/2] Update discord.markdown --- source/_components/discord.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/discord.markdown b/source/_components/discord.markdown index be9ba27b241d..91aafb4f2977 100644 --- a/source/_components/discord.markdown +++ b/source/_components/discord.markdown @@ -70,7 +70,7 @@ Once the bot has been added to your server, get the channel ID of the channel yo Right click channel name and copy the channel ID (**Copy ID**). -This channel ID has to be used as the target when calling the notification service. Multiple channel IDs can be specified, across multiple servers. +This channel or user ID has to be used as the target when calling the notification service. Multiple channel or user IDs can be specified, across multiple servers or directmessages. #### Example service payload From 6cf631535b4e984333fc7a9f23739ba3493c94df Mon Sep 17 00:00:00 2001 From: vermium-sifell <47034338+vermium-sifell@users.noreply.github.com> Date: Thu, 9 Apr 2020 07:51:02 +0200 Subject: [PATCH 2/2] Update discord.markdown --- source/_components/discord.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_components/discord.markdown b/source/_components/discord.markdown index 91aafb4f2977..0d4129f7f36c 100644 --- a/source/_components/discord.markdown +++ b/source/_components/discord.markdown @@ -46,7 +46,7 @@ token: ### Setting up the bot -Bots can only send messages to servers or attach local available images. To add the bot to a server you are an admin on, get the details of the bot from the [Discord My Apps page](https://discordapp.com/developers/applications/me). +Bots can send messages to servers and users or attach local available images. To add the bot to a server you are an admin on, get the details of the bot from the [Discord My Apps page](https://discordapp.com/developers/applications/me).
@@ -62,7 +62,9 @@ Now use the Discord Authorization page with the **Client ID** of your [bot](http
Wait for the confirmation which should say "Authorized".
-Once the bot has been added to your server, get the channel ID of the channel you want the bot to operate in. In The Discord application go to **Settings** > **Appearance** > **Check developer mode**.
+When you wanna send a message to a sever then
+
+Get the channel ID of the channel you want the bot to operate in. In The Discord application go to **Settings** > **Appearance** > **Check developer mode**.