mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-24 18:23:50 +00:00
Revert 946c18da081debaedf71e0e55a42a8662e7906a9...d17d8908cc9d61133ac32265f11cc62941283285 on Obtaining Token and Channel IDs
@@ -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 <u>acesso total</u> para uma conta.<br/>
|
||||
Para redefinir um token, altere a senha da sua conta.<br/>
|
||||
A token gives <u>full access</u> to an account.<br/>
|
||||
To reset a user token, change your account's password.<br/>
|
||||
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<br/>
|
||||
**2.** Navegue até **Application**<br/>
|
||||
**3.** Selecione**Local Storage** > **https://discordapp.com** à esquerda<br/>
|
||||
**4.** pressione **Ctrl+R** (⌘R) para recarregar<br/>
|
||||
**5.** Encontre **token** no final e copie o valor<br/>
|
||||
### 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<br/>
|
||||
**2.** Navigate to the **Application** tab<br/>
|
||||
**3.** Select **Local Storage** > **https://discordapp.com** on the left<br/>
|
||||
**4.** Press **Ctrl+R** (⌘R) to reload<br/>
|
||||
**5.** Find **token** at the bottom and copy the value<br/>
|
||||
|
||||
> 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<br/>
|
||||
**2.** Vá até **Aparência**<br/>
|
||||
**3.** Habilite **Modo desenvolvedor**<br/>
|
||||
**4.** Clique com o botão direito do mouse no servidor ou canal e clique em Copiar ID<br/>
|
||||
### How to get a Bot Token
|
||||
**1.** Go to [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/>
|
||||
|
||||

|
||||
***
|
||||
|
||||
### How to get a Server ID or a Server Channel ID
|
||||
**1.** Open Discord Settings<br/>
|
||||
**2.** Go to the **Appearance** section<br/>
|
||||
**3.** Enable **Developer Mode**<br/>
|
||||
**4.** Right click on the desired server or channel and click Copy ID<br/>
|
||||
|
||||
### How to get a Direct Message Channel ID
|
||||
**1.** Open the desired direct message 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 inside the URL
|
||||
Reference in New Issue
Block a user