From a726cce685aa455afe6a1fca661fc9db2d33524f Mon Sep 17 00:00:00 2001
From: Knuckles <34248081+JozielBorges@users.noreply.github.com>
Date: Fri, 10 Jul 2020 14:07:32 -0300
Subject: [PATCH] Revert
946c18da081debaedf71e0e55a42a8662e7906a9...d17d8908cc9d61133ac32265f11cc62941283285
on Obtaining Token and Channel IDs
---
Obtaining-Token-and-Channel-IDs.md | 60 ++++++++++++++++++++++--------
1 file changed, 44 insertions(+), 16 deletions(-)
diff --git a/Obtaining-Token-and-Channel-IDs.md b/Obtaining-Token-and-Channel-IDs.md
index 260513d..54b67ac 100644
--- a/Obtaining-Token-and-Channel-IDs.md
+++ b/Obtaining-Token-and-Channel-IDs.md
@@ -1,24 +1,52 @@
-# → NUNCA COMPARTILHE O SEU TOKEN ←
-**NÃO escaneie QR codes estranhos.**
+# → NEVER SHARE YOUR TOKEN ←
+**Do NOT scan strange QR codes with Discord on your phone.**
-token fornece acesso total para uma conta.
-Para redefinir um token, altere a senha da sua conta.
+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)
-### Como obter um token(pessoa)
-> Automatizar contas de usuário é tecnicamente contra TOS, use por seu próprio risco.
+#
-**1.** pressione **Ctrl+Shift+I** (⌘⌥I No Mac) no Discord para mostrar as ferramentas do desenvolvedor
-**2.** Navegue até **Application**
-**3.** Selecione**Local Storage** > **https://discordapp.com** à esquerda
-**4.** pressione **Ctrl+R** (⌘R) para recarregar
-**5.** Encontre **token** no final e copie o valor
+### 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).

+***
-### Como obter ID do servidor ou ID do canal
-**1.** Abra configurações de discórdia
-**2.** Vá até **Aparência**
-**3.** Habilite **Modo desenvolvedor**
-**4.** Clique com o botão direito do mouse no servidor ou canal e clique em Copiar ID
\ No newline at end of file
+### 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**
+
+
+***
+
+### 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
\ No newline at end of file