mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-13 02:12:59 +00:00
Grammar
@@ -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
|
||||
|
||||

|
||||
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/>
|
||||
|
||||
Reference in New Issue
Block a user