Grammar

Yudi
2019-10-05 12:39:45 -03:00
parent 7f439bf62f
commit 3154e174bf

@@ -163,7 +163,7 @@ For example, a channel with 36 messages set to be partitioned every 10 messages
DiscordChatExporter.Cli.exe export -t "mfa.Ifrn" -c 53555 -p 10
```
### Date formats
This setting will change how dates are formatted in the exported files.<br/>
This setting changes how dates are formatted in the exported files.<br/>
* The default one is `17-Sep-19 11:34 PM` - `dd-MMM-yy hh:mm tt`<br/>
* To change it to `09-17-19 11:34 PM` use `MM-dd-yy hh:mm tt`<br/>
* To change it to `17-09-2019 23:34` use `dd-MM-yyyy HH:mm`<br/>
@@ -284,7 +284,7 @@ This command explains [how to get your token, guild or channel IDs](https://gith
## HTML
![](https://i.imgur.com/ByavltV.png)
The HTML format replicates Discord's interface, making it the most user-friendly option. It's the best format for sharing and attachment preview.<br/>
The HTML format replicates Discord's interface, making it the most user-friendly option. It's the best format for attachment preview and sharing.<br/>
You can open HTML files with a web browser, such as Google Chrome.<br/>
> Please notice that if the picture is deleted, or if a user changes its avatar, the images won't show up anymore.<br/>
[Save images for offline viewing to avoid this problem](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Storing-HTML-locally)!<br/>