diff --git a/Obtaining-Token-and-Channel-IDs.md b/Obtaining-Token-and-Channel-IDs.md
index 9247c5e..dbbaf64 100644
--- a/Obtaining-Token-and-Channel-IDs.md
+++ b/Obtaining-Token-and-Channel-IDs.md
@@ -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 full access to an account.
-To reset a user token, change your account's password.
+A token gives full access 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
-> 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
-**3.** Press **Ctrl+Shift+M** (⌘⇧M on Mac) to **Toggle device toolbar** (enables **Device Mode**)
-**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
+> 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/)
-**2.** Open your Application's settings
-**3.** Navigate to the **Bot** section on the left
-**4.** Under **Token** click **Copy**
+**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
-**2.** Go to the **Advanced** section
-**3.** Enable **Developer Mode**
-**4.** Right click on the desired server or channel and click Copy ID
+**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
-**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
+**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.
\ No newline at end of file