Update readme

This commit is contained in:
Alexey Golub 2017-07-12 20:19:35 +03:00
parent 7c5090d2f2
commit a209252259

View file

@ -2,7 +2,7 @@
Command line executable that can export [Discord](https://discordapp.com) channel chat logs to a pretty HTML file.
**Usage examples:**
## Usage
Executing the application requires an access token and channel ID as parameters.
@ -12,7 +12,7 @@ You can get the channel ID by enabling `Developer Mode` in `Settings > Appearanc
- `DiscordChatExporter.exe -t REkOTVqm9RWOTNOLCdiuMpWd.QiglBz.Lub0E0TZ1xX4ZxCtnwtpBhWt3v1 -c 459360869055190534`
**Libraries used:**
## Libraries used
- [CommandLineParser](https://github.com/gsscoder/commandline)
- [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack)