Formatting

Yudi
2020-05-24 17:19:41 -03:00
parent 5f89756465
commit 8d5b055d13

@@ -68,13 +68,19 @@ exit 0
**3.** Replace:
`tokenhere` with your [Token](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)<br/>
`bot/user` If it's a bot token, replace it with `bot`. If it's from a user, `user`<br/>
`channelhere` with a [Channel ID](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)<br/>
`dceFOLDERpathhere` with DCE's **directory path** (e.g. `/path/to/folder`, NOT `/path/to/folder/DiscordChatExporter.dll`)<br/>
`filenamehere` with the exported channel's filename, without spaces<br/>
`dirhere` with the export directory (e.g. /home/user/Documents/Discord\ Exports)<br/>
`formathere` with one of the available export formats
`tokenhere` with your [Token](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs).
`bot/user` If it's a bot token, replace it with `bot`. If it's from a user, `user`.
`channelhere` with a [Channel ID](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs).
`dceFOLDERpathhere` with DCE's **directory path** (e.g. `/path/to/folder`, NOT `/path/to/folder/DiscordChatExporter.dll`).
`filenamehere` with the exported channel's filename, without spaces.
`dirhere` with the export directory (e.g. /home/user/Documents/Discord\ Exports).
`formathere` with one of the available export formats.
**Remember to escape spaces** (add `\` before them) or to quote (") the paths (`"/home/my user"`)!<br/>