From 27c2655da5067f644c712e2e0afabd68a91038d9 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Wed, 12 Sep 2018 21:52:42 +0300 Subject: [PATCH] Updated Scheduling exports with Mono & Crontab (markdown) --- Scheduling-exports-with-Mono-&-Crontab.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Scheduling-exports-with-Mono-&-Crontab.md b/Scheduling-exports-with-Mono-&-Crontab.md index aeed91e..70f2e40 100644 --- a/Scheduling-exports-with-Mono-&-Crontab.md +++ b/Scheduling-exports-with-Mono-&-Crontab.md @@ -1,6 +1,6 @@ **This guide is for macOS and Linux.** # -Make sure you already have DiscordChatExporter and Mono properly installed ([instructions here](https://github.com/RenanYudi/DiscordChatExporter/wiki/Linux-usage-instructions)): +Make sure you already have DiscordChatExporter and Mono properly installed ([instructions here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Linux-usage-instructions)): **1.** Open Terminal, create a new script with `sudo nano /path/to/DiscordChatExporter/cron.sh` @@ -42,11 +42,11 @@ exit **3.** Replace: - `` with your [Token](https://github.com/RenanYudi/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs) + `` with your [Token](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs) `` If the Token is from a bot replace it with `BOT`, if it's from a user, `USER`. - `` with a [Channel ID](https://github.com/RenanYudi/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs) + `` with a [Channel ID](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs) `` with the .exe path (e.g. /home/user/DiscordChatExporter.Cli.exe)