Discord Emoji Backup is a utility that allows you to create a backup of the emojis from your Discord server or all of the Discord servers your Discord account is in.
- Cross-platform support for Windows and Linux
- Filters out duplicate emojis using SHA1 file checksums.
- Has an archival append option.
If you would like to download the emojis of a specific server, go into the sever and find a channel you can type in and type .b
If you would like to download the emojis from ALL of the servers you are in, you can type .ba in any channel on discord, including DM's.
Edit settings.json
{
"token":"Token_Here", // Replace Token_Here with your user token.
"command_prefix":".", // This is the command prefix for your trigger commands(.b, .ba)
"keep_dir":"false", // If this value is set to true it will append emojis to the folders rather than mirroring backups.
"no_dupes":"true" // If this value is set to true it will filter duplicate emojis using SHA1 checksums.
}
1. Press Ctrl+Shift+I (⌘⌥I on Mac) on Discord to show developer tools
2. Navigate to the Application tab
3. Select Local Storage > https://discordapp.com on the left
4. Press Ctrl+R (⌘R) to reload
5. Find token at the bottom and copy the value
This is a self-bot which is against Discord ToS. Use it at your own risk.