mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-26 02:32:26 +00:00
Grammar, formatting, macOS Firefox
@@ -1,8 +1,8 @@
|
||||
# → NEVER SHARE YOUR TOKEN ←
|
||||
**Do NOT scan strange QR codes with Discord on your phone.**
|
||||
**Do NOT scan strange QR codes with Discord on mobile.**
|
||||
|
||||
A token gives <u>full access</u> to an account.<br/>
|
||||
To reset a user token, change your account's password.<br/>
|
||||
A token gives <u>full access</u> to an account.
|
||||
To reset a user token, change your account password.
|
||||
To reset a bot token, click on "[Regenerate](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-bot-token)".
|
||||
|
||||
#
|
||||
@@ -17,44 +17,41 @@ To reset a bot token, click on "[Regenerate](https://github.com/Tyrrrz/DiscordCh
|
||||
### How to get a User Token
|
||||
> Automating user accounts is technically against TOS, use at your own risk.
|
||||
|
||||
**1.** Open and login using the Discord desktop app<br/>
|
||||
> But the same steps apply if using Discord.com via Chrome or Brave
|
||||
**1.** Open Discord
|
||||
**2.** Press **Ctrl+Shift+I** (⌘⌥I on macOS) to open the **Developer Tools** pane
|
||||
**3.** Press **Ctrl+Shift+M** (⌘⇧M on Chrome or ⌘⌥M on Firefox) to **toggle device toolbar**
|
||||
**4.** Navigate to the **Application** tab
|
||||
**5.** On the left, expand **Local Storage** and select **https꞉//discordapp.com**
|
||||
**6.** Type `token` into the Filter box
|
||||
**7.** If the **token** key does not appear, press **Ctrl+R** (⌘R) to reload
|
||||
**8.** Copy the value for the **token** key
|
||||
|
||||
**2.** Press **Ctrl+Shift+I** (⌘⌥I on Mac) to open the **Developer tools** pane<br/>
|
||||
**3.** Press **Ctrl+Shift+M** (⌘⇧M on Mac) to **Toggle device toolbar** (enables **Device Mode**)<br/>
|
||||
**4.** Navigate to the **Application** tab<br/>
|
||||
**5.** On the left, expand **Local Storage** and select **https://discordapp.com**<br/>
|
||||
**6.** Type `token` into the Filter box<br/>
|
||||
**7.** If the **token** key does not appear, press **Ctrl+R** (⌘R) to reload<br/>
|
||||
**8.** Copy the value for the **token** key<br/>
|
||||
> Still can't copy your token? [Try these instructions instead](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#i-cant-findcopy-my-token).
|
||||
|
||||
> Token disappearing too quickly? [Try this instead](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#my-token-is-disappearing-too-quickly-i-cant-copy-it).
|
||||
|
||||

|
||||
|
||||
***
|
||||
|
||||
### How to get a Bot Token
|
||||
**1.** Go to [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/>
|
||||
**1.** Go to [Discord developer portal](https://discordapp.com/developers/applications/)
|
||||
**2.** Open your Application's settings
|
||||
**3.** Navigate to the **Bot** section on the left
|
||||
**4.** Under **Token** click **Copy**
|
||||
|
||||

|
||||
***
|
||||
|
||||
### How to get a Server ID or a Server Channel ID
|
||||
**1.** Open Discord Settings<br/>
|
||||
**2.** Go to the **Advanced** section<br/>
|
||||
**3.** Enable **Developer Mode**<br/>
|
||||
**4.** Right click on the desired server or channel and click Copy ID<br/>
|
||||
**1.** Open Discord Settings
|
||||
**2.** Go to the **Advanced** section
|
||||
**3.** Enable **Developer Mode**
|
||||
**4.** Right click on the desired server or channel and click Copy ID
|
||||
|
||||
### How to get a Direct Message Channel ID
|
||||
**1.** Open the desired direct message 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/>
|
||||
**1.** Open the desired direct message channel
|
||||
**2.** Press Ctrl+Shift+I (⌘⌥I on macOS) 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 inside the URL
|
||||
> E.g. In https://discord.com/channels/@me/671281212121, you should copy **671281212121**
|
||||
> E.g. in https꞉//discord.com/channels/@me/**84289740160**, you should copy **84289740160**
|
||||
|
||||
Make sure you're not copying the user's ID.
|
||||
Reference in New Issue
Block a user