From 91401334de351574e40c5673252ceff6ee9e9889 Mon Sep 17 00:00:00 2001 From: Notorious <69278774+noto-rious@users.noreply.github.com> Date: Fri, 9 Oct 2020 07:40:13 -0500 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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.