mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-28 00:36:00 +00:00
Updated Obtaining Token and Channel IDs (markdown)
@@ -19,8 +19,15 @@
|
|||||||

|

|
||||||
***
|
***
|
||||||
|
|
||||||
### How to get Channel ID
|
### How to get Guild ID or Guild Channel ID
|
||||||
1. Open Discord App Settings
|
1. Open Discord App Settings
|
||||||
2. Go to Appearance section
|
2. Go to Appearance section
|
||||||
3. Enable Developer Mode
|
3. Enable Developer Mode
|
||||||
4. Right click on the desired guild or channel and click Copy ID
|
4. Right click on the desired guild or channel and click Copy ID
|
||||||
|
|
||||||
|
### 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
|
||||||
Reference in New Issue
Block a user