mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Add %d template token to CLI docs (#1306)
This commit is contained in:
parent
f5cdd5c8be
commit
abd7adc9e0
|
|
@ -128,6 +128,7 @@ Here is the full list of supported template tokens:
|
|||
- `%P` - category position
|
||||
- `%a` - the "after" date
|
||||
- `%b` - the "before" date
|
||||
- `%d` - the current date
|
||||
- `%%` - escapes `%`
|
||||
|
||||
#### Partitioning
|
||||
|
|
@ -279,4 +280,4 @@ To list all servers accessible by the current account, use the `guilds` command:
|
|||
|
||||
```console
|
||||
./DiscordChatExporter.Cli guilds -t "mfa.Ifrn" > C:\path\to\output.txt
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue