From 7b9a4e1aff9df1e8f622229562252a2ce23e2eb4 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:32:29 +0300 Subject: [PATCH] Fix closing backticks in docs --- .docs/Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.docs/Linux.md b/.docs/Linux.md index b72dca0..29b0c40 100644 --- a/.docs/Linux.md +++ b/.docs/Linux.md @@ -19,6 +19,8 @@ If the above command throws a "Permission denied" error, execute this command to ```console chmod 644 *.dll DiscordChatExporter.* +``` + > [How to get Token and Channel IDs](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/.docs/Token-and-IDs.md). There's much more you can do with DCE.CLI! Read the [CLI explained](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/.docs/Getting-started.md#dcecli-commands-) page to get started.