This script allows you to download a guild's emojis or from all the guilds which you have access to.
- Your user or your bot's token
- Developer Mode enabled (Click me to learn how)
- Node JS installed (Latest LTS is recommended, version 10 is the minimum)
- A terminal which allows you to enter user input like PowerShell
- An internet connection :v)
- Open your terminal and run
git clone https://github.com/thunder04/discord-emoji-stealer
to clone the repository (Git is required)cd discord-emoji-stealer
npm install
- This will install all the required packages and build theindex.ts
file
In your terminal, run node .
and follow the instructions
No you cannot. Treat your token like your password. The token can give full access to your account without the need to know your password or email.
Using user tokens is not recommended, they can lead to an account termination. If you plan on downloading a single guild's emojis which is either public or you have the Manage Server
permission (to invite the bot), it is recommended to create a bot instead. Read the next question to learn how.
- Open Developer Tools.
- On Windows:
CTRL + SHIFT + I
- On Mac:
Command ⌘ + Option + I
- On Windows:
- Go to the "Network" tab.
- Make an API request and find that request.
- For example, go to your account settings and find the
profile
request (don't forget to click on it).
- For example, go to your account settings and find the
- Go to the "Request Headers" and find the
authorization
header. - Copy its value (this is your token).
You have to create a bot application first.
- Open the Discord developer portal and log into your account.
- Click the "New Application" button.
- Enter a name for the application and confirm.
- Go to the Bot tab, click on the "Add Bot" button and confirm changes.
- Click on the "Copy" button (this is your bot's token).