From 255f2e463038e2a8db30b0d5d798757d5a32c5be Mon Sep 17 00:00:00 2001 From: Tyrrrz Date: Mon, 28 Dec 2020 20:50:12 +0200 Subject: [PATCH] Revert "Destroyed Obtaining Token and Channel IDs (markdown)" This reverts commit 180324bbf5b0a2735140b9cda625ed4b8f50ff25. --- Obtaining-Token-and-Channel-IDs.md | 55 ++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 Obtaining-Token-and-Channel-IDs.md diff --git a/Obtaining-Token-and-Channel-IDs.md b/Obtaining-Token-and-Channel-IDs.md new file mode 100644 index 0000000..a1ab420 --- /dev/null +++ b/Obtaining-Token-and-Channel-IDs.md @@ -0,0 +1,55 @@ +# → NEVER SHARE YOUR TOKEN ← +**Do NOT scan strange QR codes with Discord on your phone.** + +A token gives full access to an account.
+To reset a user token, change your account's 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)". + +# +**Index** +* [How to get a User Token](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-user-token) +* [How to get a Bot Token](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-bot-token) +* [How to get Server IDs and Server Channel IDs](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-server-id-or-a-server-channel-id) +* [How to get a Direct Message Channel ID](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-direct-message-channel-id) + +# + +### How to get a User Token +> Automating user accounts is technically against TOS, use at your own risk. + +**1.** Press **Ctrl+Shift+I** (⌘⌥I on Mac) on Discord to show developer tools
+**2.** Navigate to the **Application** tab
+**3.** Select **Local Storage** > **https://discordapp.com** on the left
+**4.** Press **Ctrl+R** (⌘R) to reload
+**5.** Find **token** at the bottom and copy the value
+ +> Disappearing too quickly? [Try this instead](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#my-token-is-disappearing-too-quickly-i-cant-copy-it). + +![](https://i.imgur.com/jhgOULp.gif) + +*** + +### 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**
+ +![https://discordapp.com/developers/applications/](https://i.imgur.com/BdrrxlY.png) +*** + +### How to get a Server ID or a Server Channel ID +**1.** Open Discord Settings
+**2.** Go to the **Appearance** 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
+**5.** Copy the first long sequence of numbers inside the URL +> E.g. In https://discord.com/channels/@me/671281212121, you should copy **671281212121** + +Make sure you're not copying the user's ID. \ No newline at end of file