Grammar

Yudi
2020-04-26 16:41:37 -03:00
parent 4732c6b8b4
commit d99d51a4a4

@@ -290,7 +290,7 @@ DiscordChatExporter.exe channels -t "mfa.Ifrn" -g 21814 > C:\path\to\output.txt
> Options with an asterisk (**\***) are required. The order of the options doesn't matter.<br/>
This command outputs the list of Direct Messages.<br/>
To save the output to a file, run the command with `> C:\path\…` like the example below. If the file already exists, it will be overwritten.
To save the output to a file, run the command with `> C:\path\…` like the in example below. If the file already exists, it will be overwritten.
```powershell
DiscordChatExporter.exe dm -t "mfa.Ifrn" > C:\path\to\output.txt
```
@@ -305,7 +305,7 @@ DiscordChatExporter.exe dm -t "mfa.Ifrn" > C:\path\to\output.txt
> Options with an asterisk (**\***) are required. The order of the options doesn't matter.<br/>
This command outputs a list of your Server List.<br/>
To save the output to a file, run the command with `> C:\path\…` like the example below. If the file already exists, it will be overwritten.
To save the output to a file, run the command with `> C:\path\…` like the in example below. If the file already exists, it will be overwritten.
```powershell
DiscordChatExporter.exe guilds -t "mfa.Ifrn" > C:\path\to\output.txt
```