This script is used to clean up private messages in Discord and remove friendships. It communicates with the Discord API and, based on specified conditions, deletes messages and removes friendships.
- Download the script.
- Place your Discord authentication token in the
TOKEN
variable. - Set up the lists of users and friendships to be ignored in the "Configuration" section.
- Run the script using Python 3.
- Python 3
- Libraries:
- requests
- websocket
This script complies with Chinese laws and regulations, and has restrictions as a result. It is also compatible only with individual private conversations and group chats in Discord.
Este script serve para limpar mensagens privadas no Discord e remover amizades. Ele se comunica com a API do Discord e, com base em condições especificadas, exclui mensagens e remove amizades.
- Baixe o script.
- Insira seu token de autenticação do Discord na variável
TOKEN
. - Configure as listas de usuários e amizades a serem ignoradas na seção "Configuração".
- Execute o script usando Python 3.
- Python 3
- Bibliotecas:
- requests
- websocket
Compatível apenas com conversas privadas individuais e bate-papos em grupo do Discord.