diff --git a/Obtaining-Token-and-Channel-IDs.md b/Obtaining-Token-and-Channel-IDs.md index 24a8d62..1ae7632 100644 --- a/Obtaining-Token-and-Channel-IDs.md +++ b/Obtaining-Token-and-Channel-IDs.md @@ -19,8 +19,15 @@ ![](https://i.imgur.com/BdrrxlY.png) *** -### How to get Channel ID +### 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 \ No newline at end of file +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