diff --git a/Obtaining-Token-and-Channel-IDs.md b/Obtaining-Token-and-Channel-IDs.md
index 453e5d0..14d2a25 100644
--- a/Obtaining-Token-and-Channel-IDs.md
+++ b/Obtaining-Token-and-Channel-IDs.md
@@ -1,5 +1,5 @@
-# → NEVER SHARE YOUR TOKEN ←
-**Do NOT scan strange QR codes with Discord on mobile.**
+# → DO NOT SHARE YOUR TOKEN ←
+**Only scan QR codes taken directly from your browser.**
A token gives full access to an account.
To reset a user token, change your account password.
@@ -7,7 +7,12 @@ To reset a bot token, click on "[Regenerate](#how-to-get-a-bot-token)".
#
**Index**
-* [How to get a User Token](#how-to-get-a-user-token)
+* How to get a User Token
+ * [In Chrome](#in-chrome)
+ * [In Firefox](#in-firefox)
+ * Through the desktop app
+ * [By editing the settings file](#by-editing-the-settings-file)
+ * [Via settings menu (BetterDiscord only)](#via-settings-menu-betterdiscord-only)
* [How to get a Bot Token](#how-to-get-a-bot-token)
* [How to get Server IDs and Server Channel IDs](#how-to-get-a-server-id-or-a-server-channel-id)
* [How to get a Direct Message Channel ID](#how-to-get-a-direct-message-channel-id)
@@ -16,17 +21,17 @@ To reset a bot token, click on "[Regenerate](#how-to-get-a-bot-token)".
### How to get a User Token
-**Caution**: [Automating user accounts violates Discord's terms of service](https://support.discord.com/hc/en-us/articles/115002192352-Automated-user-accounts-self-bots-) and may result in account termination. Use at your own risk.
+**Caution:** [Automating user accounts violates Discord's terms of service](https://support.discord.com/hc/en-us/articles/115002192352-Automated-user-accounts-self-bots-) and may result in account termination. Use at your own risk.
#### Through your web browser
-Prerequisite step: Navigate to discord.com and login.
+Prerequisite step: Navigate to [discord.com](https://discord.com) and login.
##### In Chrome
###### Using the network monitor
-1.
Press Ctrl+Shift+I (or ⌘+⌥+I on macOS). Chrome's [DevTools](https://developer.chrome.com/docs/devtools/overview) tools will display.
+1.
Press Ctrl+Shift+I (⌥+⌘+I on macOS). Chrome's [DevTools](https://developer.chrome.com/docs/devtools/overview) tools will display.
@@ -63,17 +68,17 @@ Prerequisite step: Navigate to discord.com and login.
###### Using the storage inspector
-1.
Press Ctrl+Shift+I (or ⌘+⌥+I on macOS). Chrome's [DevTools](https://developer.chrome.com/docs/devtools/overview/) will display.
+1.
Press Ctrl+Shift+I (⌥+⌘+I on macOS). Chrome's [DevTools](https://developer.chrome.com/docs/devtools/overview/) will display.
-2.
Press Ctrl+Shift+M (or ⌘+Shift+M). Chrome will enter [Device Mode](https://developer.chrome.com/docs/devtools/device-mode/), and the webpage will display as if on a mobile device.
+2.
Press Ctrl+Shift+M (⌘+Shift+M). Chrome will enter [Device Mode](https://developer.chrome.com/docs/devtools/device-mode/), and the webpage will display as if on a mobile device.
-3.
If necessary, click the `>>` at the right end of the tab bar, and click `Application`. The [application panel](https://developer.chrome.com/docs/devtools/overview/#application) will display.
+3.
If necessary, click the `»` at the right end of the tab bar, and click `Application`. The [application panel](https://developer.chrome.com/docs/devtools/overview/#application) will display.
@@ -88,12 +93,12 @@ Prerequisite step: Navigate to discord.com and login.
-6.
Click the entry `token`. (Note: if the token doesn't display, try refreshing by pressing F5.)
+6.
Click the `token` entry. (Note: if the token doesn't display, try refreshing by pressing F5 or ⌘+R on macOS)
-7.
Click the text box at the bottom, press Ctrl+A (or ⌘+A on macOS) then Ctrl+C (or ⌘+C on macOS) to copy the value to your clipboard.
+7.
Click the text box at the bottom, press Ctrl+A (⌘+A on macOS) then Ctrl+C (⌘+C on macOS) to copy the value to your clipboard.
@@ -102,7 +107,7 @@ Prerequisite step: Navigate to discord.com and login.
###### Using the network monitor
-1.
Press Ctrl+Shift+E (or ⌘+⌥+E on macOS). Firefox’s [web developer tools](https://firefox-source-docs.mozilla.org/devtools-user/) will display at the bottom of the window, and the [network monitor](https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/) will display.
+1.
Press Ctrl+Shift+E (⌥+⌘+E on macOS). Firefox’s [web developer tools](https://firefox-source-docs.mozilla.org/devtools-user/) will display at the bottom of the window, and the [network monitor](https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/) will display.
@@ -144,7 +149,7 @@ Prerequisite step: Navigate to discord.com and login.
-2.
Press Ctrl+Shift+M (or ⌘+⌥+M on macOS). Firefox will toggle [responsive design mode](https://firefox-source-docs.mozilla.org/devtools-user/responsive_design_mode/), and the web page will display as if on a mobile device. (Note: Discord may steal focus and respond to the command by toggling mute. If this happens, return focus to Firefox’s web developer tools by clicking somewhere in it, then try the command again.)
+2.
Press Ctrl+Shift+M (⌥+⌘+M on macOS). Firefox will toggle [responsive design mode](https://firefox-source-docs.mozilla.org/devtools-user/responsive_design_mode/), and the web page will display as if on a mobile device. (Note: Discord may steal focus and respond to the command by toggling mute. If this happens, return focus to Firefox’s web developer tools by clicking somewhere in it, then try the command again.)
@@ -182,7 +187,7 @@ Prerequisite step: Navigate to discord.com and login.
2. Open Discord's settings file in your preferred text editor. See the following table for help finding it:
- | OS | Stable | Canary | Public Test Beta |
+ | OS | Stable | Canary | Public Test Build (PTB) |
|---------|-------------------------------------------------------|-------------------------------------------------------------|----------------------------------------------------------|
| Windows | `%APPDATA%\discord\settings.json` | `%APPDATA%\discordcanary\settings.json` | `%APPDATA%\discordptb\settings.json` |
| macOS | `~/Library/Application Support/discord/settings.json` | `~/Library/Application Support/discordcanary/settings.json` | `~/Library/Application Support/discordptb/settings.json` |
@@ -190,7 +195,7 @@ Prerequisite step: Navigate to discord.com and login.
If you use BetterDiscord, use the following table instead:
- | OS | Stable | Canary | Public Test Beta |
+ | OS | Stable | Canary | Public Test Build (PTB) |
|---------|-------------------------------------------------------------------------|-------------------------------------------------------------------------|----------------------------------------------------------------------|
| Windows | `%APPDATA%\BetterDiscord\data\stable\settings.json` | `%APPDATA%\BetterDiscord\data\canary\settings.json` | `%APPDATA%\BetterDiscord\data\ptb\settings.json` |
| macOS | `~/Library/Application Support/BetterDiscord/data/stable/settings.json` | `~/Library/Application Support/BetterDiscord/data/canary/settings.json` | `~/Library/Application Support/BetterDiscord/data/ptb/settings.json` |
@@ -249,19 +254,20 @@ Prerequisite step: Navigate to discord.com and login.
**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
-**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/**84289740160**, you should copy **84289740160**
-
-**Alternatively, you can also:**
**1.** Click the three dots next to any message in the channel you want to export.
**2.** Paste the link into a text editor.
**3.** Copy the text in the highlighted part of the link.
> E.g. in https꞉//discord.com/channels/@me/**189716987098470**/0985709387059874, you should copy **189716987098470**
-Make sure you're not copying the user's ID.
\ No newline at end of file
+Make sure you're not copying the user's ID.
+
+**Alternatively, you can also:**
+**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/**84289740160**, you should copy **84289740160**