From dc45f5a28b8013b3e46c66624e6ea4b73b0368a6 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sat, 20 Apr 2019 17:55:31 -0300 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 3c567a0..f5c88ec 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -9,6 +9,9 @@ The steps to find Channel IDs are [here](https://github.com/Tyrrrz/DiscordChatEx ### How do I run this on Mac/Linux? You can find the instructions to run **DiscordChatExporter CLI** on [macOS here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/macOS-usage-instructions), and on [Linux here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Linux-usage-instructions). +### How do I set DCE to export automatically at certain times? +You can find the instructions on how to schedule **DiscordChatExporter CLI** runs on [Windows here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Scheduling-exports-on-Windows), on [macOS here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Scheduling-exports-on-macOS), and on [Linux here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Scheduling-exports-with-Mono-&-Crontab). + # CLI ### How do I use the CLI? @@ -34,7 +37,7 @@ Unhandled Exception: DiscordChatExporter.Core.Exceptions.HttpErrorStatusCodeException: Error HTTP status code: Unauthorized - UNAUTHORIZED ... ``` -Make sure the token is correct. If it is a bot token, don't forget to use `-b` +Make sure the token is correct. If it is a bot token, don't forget to use `-b`. ``` Unhandled Exception: @@ -65,4 +68,4 @@ Adding `PATH=/Library/Frameworks/Mono.framework/Versions/Current/bin/:/usr/local *** -If the solution to your problem isn't here and it's not a [known issue](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue), please [open a new issue](https://github.com/Tyrrrz/DiscordChatExporter/issues/new). +If the solution to your problem isn't here and it's not a [known issue](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue), please [open a new issue](https://github.com/Tyrrrz/DiscordChatExporter/issues/new). \ No newline at end of file