From b3eefbcdacaa01740fa81ba8f4e6499affb2e82d Mon Sep 17 00:00:00 2001 From: Yudi Date: Fri, 17 Apr 2020 22:35:24 -0300 Subject: [PATCH] Grammar --- Scheduling-exports-with-Cron.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Scheduling-exports-with-Cron.md b/Scheduling-exports-with-Cron.md index 8511e0b..e83d6a6 100644 --- a/Scheduling-exports-with-Cron.md +++ b/Scheduling-exports-with-Cron.md @@ -23,7 +23,7 @@ EXPORTFORMAT=formathere # /\ CaSe-SeNsItIvE /\ # You can edit the export command on line 40 if you'd like to include more options like date ranges and date format. You can't use partitioning (-p) with this script. -# This will verify if EXPORTFORMAT is valid and will set the final file extension according to it. If the format invalid, the script will display a message and exit. +# This will verify if EXPORTFORMAT is valid and will set the final file extension according to it. If the format is invalid, the script will display a message and exit. if [[ "$EXPORTFORMAT" == "plaintext" ]]; then FORMATEXT=.txt elif [[ "$EXPORTFORMAT" == "htmldark" ]] || [[ "$EXPORTFORMAT" == "htmllight" ]]; then @@ -73,7 +73,7 @@ exit 0 `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`) + `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 @@ -120,11 +120,11 @@ Verify your cron time [here](https://crontab.guru). The week starts on Sunday. 0 = SUN, 1 = MON... Be aware that if you set the day to '31', the script will only run on months that have the 31th day. -> 💡 Tip: [Learn more about running a cron job on the last day of the month here](https://stackoverflow.com/questions/6139189/cron-job-to-run-on-the-last-day-of-the-month) (EXPERT). +> 💡 Tip: [Learn more about running a cron job on the last day of the month here](https://stackoverflow.com/questions/6139189/cron-job-to-run-on-the-last-day-of-the-month) (expert). The default filename for the exported channel is `YYYY-MM-DD-hh-mm-ss-yourfilename`. You can change it if you'd like. -Don't forget to update your token in the script after regenerating it or resetting your password! +Don't forget to update your token in the script after it has been reset! # Special thanks to [@RenanYudi](https://github.com/RenanYudi) \ No newline at end of file