File | Ban risk level |
---|---|
Friends-List |
Exports your Discord friends list.
The script requests the Discord API to get your entire friends list and processes it. Then it saves the results in a text and a json file.
JSON :
[
{
"username": "username#$discriminator",
"id": "user id"
}
]
TEXT :
USERNAME#DISCRIMINATOR : USER ID