Updated Obtaining Token and Channel IDs (markdown)

Yudi
2019-09-17 23:58:58 -03:00
parent e06f151945
commit e1a942533e

@@ -3,11 +3,11 @@ A token gives <u>full access</u> 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<br/>
**2.** Navigate to the **Application** tab<br/>
**3.** Press **Ctrl+R** (⌘R) to trigger reload<br/>
**4.** Select **Local Storage** > **https://discordapp.com** on the left<br/>
**5.** Find **token** at the bottom and copy the value<br/>
![](https://i.imgur.com/jhgOULp.gif)
@@ -15,23 +15,23 @@ A token gives <u>full access</u> 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/)<br/>
**2.** Open your Application's settings<br/>
**3.** Navigate to the **Bot** section on the left <br/>
**4.** Under **Token** click **Copy**<br/>
![](https://i.imgur.com/BdrrxlY.png)
***
### 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<br/>
**2.** Go to Appearance section<br/>
**3.** Enable Developer Mode<br/>
**4.** Right click on the desired guild or channel and click Copy ID<br/>
### 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
**1.** Open the desired DM 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/>
**5.** Copy the first long sequence of numbers