Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noto-rious committed Oct 9, 2020
1 parent 6b6ac7d commit 9140133
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9140133

Please sign in to comment.