Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 544 Bytes

Friends-List.md

File metadata and controls

32 lines (22 loc) · 544 Bytes

Friends-List

Description

File Ban risk level
Friends-List Low

Exports your Discord friends list.

How it works :

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.

Results :

JSON :

[
    {
        "username": "username#$discriminator",
        "id": "user id"
    }
]

TEXT :

USERNAME#DISCRIMINATOR : USER ID