Created Obtaining Token and Channel IDs (markdown)

Alexey Golub
2018-09-12 21:49:32 +03:00
parent 13d5cc65c3
commit 8dc5ace097

@@ -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