From 8d5b055d13d1696b9cc0fef18c2b41dd7d89c937 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sun, 24 May 2020 17:19:41 -0300 Subject: [PATCH] Formatting --- Scheduling-exports-with-Cron.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/Scheduling-exports-with-Cron.md b/Scheduling-exports-with-Cron.md index a59e3b4..7d46c55 100644 --- a/Scheduling-exports-with-Cron.md +++ b/Scheduling-exports-with-Cron.md @@ -68,13 +68,19 @@ exit 0 **3.** Replace: - `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 + `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"`)!