From 8dc5ace097596453c243f48d76e3f3295f8da8c0 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Wed, 12 Sep 2018 21:49:32 +0300 Subject: [PATCH] Created Obtaining Token and Channel IDs (markdown) --- Obtaining-Token-and-Channel-IDs.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Obtaining-Token-and-Channel-IDs.md diff --git a/Obtaining-Token-and-Channel-IDs.md b/Obtaining-Token-and-Channel-IDs.md new file mode 100644 index 0000000..2de5253 --- /dev/null +++ b/Obtaining-Token-and-Channel-IDs.md @@ -0,0 +1,27 @@ +### How to get User Token +1. Press `Ctrl+Shitft+I` (⌥⌘I on Mac) on Discord app to show developer tools +2. Navigate to the `Application` tab +3. Go to any channel or server +4. Filter the requests to `messages` +5. Find the `messages?limit=50` request +6. Click on `Headers` tab +7. Look for `authorization` among request headers and copy its value + +![](https://i.imgur.com/85QURLW.png) + +*** + +### How to get Bot Token +1. Go to the [Discord Developer Portal Applications Page](https://discordapp.com/developers/applications/) +2. Open your Application +3. Navigate to the Bot section on the left +4. Under Token click Copy + +![](https://i.imgur.com/BdrrxlY.png) +*** + +### How to get Channel ID +1. Open Discord App Settings +2. Go to Appearance section +3. Enable Developer Mode +4. Right click on the desired guild or channel and click Copy ID \ No newline at end of file