mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-05 13:19:03 +00:00
Updated Obtaining Token and Channel IDs (markdown)
@@ -3,11 +3,11 @@ A token gives <u>full access</u> to an account, treat it like a password.
|
||||
#
|
||||
|
||||
### How to get User Token
|
||||
1. Press Ctrl+Shift+I (⌘⌥I on Mac) on Discord to show developer tools
|
||||
2. Navigate to the `Application` tab
|
||||
3. Press Ctrl+R (⌘R) to trigger reload
|
||||
4. Select "Local Storage" > "https://discordapp.com" on the left
|
||||
5. Find "token" and copy the value
|
||||
**1.** Press **Ctrl+Shift+I** (⌘⌥I on Mac) on Discord to show developer tools<br/>
|
||||
**2.** Navigate to the **Application** tab<br/>
|
||||
**3.** Press **Ctrl+R** (⌘R) to trigger reload<br/>
|
||||
**4.** Select **Local Storage** > **https://discordapp.com** on the left<br/>
|
||||
**5.** Find **token** at the bottom and copy the value<br/>
|
||||
|
||||
|
||||

|
||||
@@ -15,23 +15,23 @@ A token gives <u>full access</u> to an account, treat it like a password.
|
||||
***
|
||||
|
||||
### 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
|
||||
**1.** Open [Discord developer portal](https://discordapp.com/developers/applications/)<br/>
|
||||
**2.** Open your Application's settings<br/>
|
||||
**3.** Navigate to the **Bot** section on the left <br/>
|
||||
**4.** Under **Token** click **Copy**<br/>
|
||||
|
||||

|
||||
***
|
||||
|
||||
### How to get Guild ID or Guild 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
|
||||
**1.** Open Discord App Settings<br/>
|
||||
**2.** Go to Appearance section<br/>
|
||||
**3.** Enable Developer Mode<br/>
|
||||
**4.** Right click on the desired guild or channel and click Copy ID<br/>
|
||||
|
||||
### How to get DM Channel ID
|
||||
1. Open the desired DM channel
|
||||
2. Press Ctrl+Shift+I (⌘⌥I on Mac) on Discord to show developer tools
|
||||
3. Navigate to the `Console` tab
|
||||
4. Type `window.location.href` and press Enter
|
||||
5. Copy the first long sequence of numbers
|
||||
**1.** Open the desired DM channel<br/>
|
||||
**2.** Press Ctrl+Shift+I (⌘⌥I on Mac) on Discord to show developer tools<br/>
|
||||
**3.** Navigate to the `Console` tab<br/>
|
||||
**4.** Type `window.location.href` and press Enter<br/>
|
||||
**5.** Copy the first long sequence of numbers
|
||||
Reference in New Issue
Block a user