diff --git a/README.md b/README.md index a6f9e06..0c30fd8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # Discord Emoji Backup - 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. + 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. + + [![GitHub release](https://img.shields.io/github/v/release/noto-rious/DEB)](https://github.com/noto-rious/DEB/releases) + +![Screenshot](screenshot.png) +### Settings +Edit `settings.json` +``` +{ + "token":"Token_Here", // Replace Token_Here with your authorization 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 basically append emojis rather than mirroring backups + "no_dupes":"true" // If this value is set to true it will filter duplicate emojis using SHA1 checksums. +} +``` +*** +### How to obtain your token +https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-user-token +*** +### Disclaimer +This is a self-bot which is against Discord ToS. Use it at your own risk.