mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-03 13:43:39 +00:00
Created Obtaining Token and Channel IDs (markdown)
27
Obtaining-Token-and-Channel-IDs.md
Normal file
27
Obtaining-Token-and-Channel-IDs.md
Normal file
@@ -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
|
||||
|
||||

|
||||
|
||||
***
|
||||
|
||||
### 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
|
||||
|
||||

|
||||
***
|
||||
|
||||
### 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
|
||||
Reference in New Issue
Block a user