Grammar, formatting, macOS Firefox

Yudi
2021-07-09 17:45:40 -03:00
parent 99941e711f
commit 5ecaac2cf3

@@ -1,8 +1,8 @@
# → NEVER SHARE YOUR TOKEN ← # → 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/> A token gives <u>full access</u> to an account.
To reset a user token, change your account's password.<br/> 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)". 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 ### How to get a User Token
> Automating user accounts is technically against TOS, use at your own risk. > Automating user accounts is technically against TOS, use at your own risk.
**1.** Open and login using the Discord desktop app<br/> **1.** Open Discord
> But the same steps apply if using Discord.com via Chrome or Brave **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/> > Still can't copy your token? [Try these instructions instead](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#i-cant-findcopy-my-token).
**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/>
> Token disappearing too quickly? [Try this instead](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#my-token-is-disappearing-too-quickly-i-cant-copy-it).
![](https://i.imgur.com/jhgOULp.gif)
*** ***
### How to get a Bot Token ### How to get a Bot Token
**1.** Go to [Discord developer portal](https://discordapp.com/developers/applications/)<br/> **1.** Go to [Discord developer portal](https://discordapp.com/developers/applications/)
**2.** Open your Application's settings<br/> **2.** Open your Application's settings
**3.** Navigate to the **Bot** section on the left <br/> **3.** Navigate to the **Bot** section on the left
**4.** Under **Token** click **Copy**<br/> **4.** Under **Token** click **Copy**
![https://discordapp.com/developers/applications/](https://i.imgur.com/BdrrxlY.png) ![https://discordapp.com/developers/applications/](https://i.imgur.com/BdrrxlY.png)
*** ***
### How to get a Server ID or a Server Channel ID ### How to get a Server ID or a Server Channel ID
**1.** Open Discord Settings<br/> **1.** Open Discord Settings
**2.** Go to the **Advanced** section<br/> **2.** Go to the **Advanced** section
**3.** Enable **Developer Mode**<br/> **3.** Enable **Developer Mode**
**4.** Right click on the desired server or channel and click Copy ID<br/> **4.** Right click on the desired server or channel and click Copy ID
### How to get a Direct Message Channel ID ### How to get a Direct Message Channel ID
**1.** Open the desired direct message channel<br/> **1.** Open the desired direct message channel
**2.** Press Ctrl+Shift+I (⌘⌥I on Mac) on Discord to show developer tools<br/> **2.** Press Ctrl+Shift+I (⌘⌥I on macOS) on Discord to show developer tools
**3.** Navigate to the `Console` tab<br/> **3.** Navigate to the `Console` tab
**4.** Type `window.location.href` and press Enter<br/> **4.** Type `window.location.href` and press Enter
**5.** Copy the first long sequence of numbers inside the URL **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. Make sure you're not copying the user's ID.