diff --git a/Obtaining-Token-and-Channel-IDs.md b/Obtaining-Token-and-Channel-IDs.md
index b25239b..6433dd6 100644
--- a/Obtaining-Token-and-Channel-IDs.md
+++ b/Obtaining-Token-and-Channel-IDs.md
@@ -3,11 +3,11 @@ A token gives full access to an account, treat it like a password.
#
### How to get User Token
-1. Press Ctrl+Shift+I (⌘⌥I on Mac) on Discord to show developer tools
-2. Navigate to the `Application` tab
-3. Press Ctrl+R (⌘R) to trigger reload
-4. Select "Local Storage" > "https://discordapp.com" on the left
-5. Find "token" and copy the value
+**1.** Press **Ctrl+Shift+I** (⌘⌥I on Mac) on Discord to show developer tools
+**2.** Navigate to the **Application** tab
+**3.** Press **Ctrl+R** (⌘R) to trigger reload
+**4.** Select **Local Storage** > **https://discordapp.com** on the left
+**5.** Find **token** at the bottom and copy the value

@@ -15,23 +15,23 @@ A token gives full access to an account, treat it like a password.
***
### How to get Bot Token
-1. Go to the [Discord Developer Portal Applications Page](https://discordapp.com/developers/applications/)
-2. Open your Application
-3. Navigate to the Bot section on the left
-4. Under Token click Copy
+**1.** Open [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 Guild ID or Guild Channel ID
-1. Open Discord App Settings
-2. Go to Appearance section
-3. Enable Developer Mode
-4. Right click on the desired guild or channel and click Copy ID
+**1.** Open Discord App Settings
+**2.** Go to Appearance section
+**3.** Enable Developer Mode
+**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
\ No newline at end of file
+**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
\ No newline at end of file