From 73ab98305640dd994c0e468128b84b3720ffbfa5 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Sat, 16 Nov 2019 20:59:53 +0200 Subject: [PATCH] Mention wiki in readme --- DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj | 2 +- Readme.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj index b7f7b22..5a3d1ba 100644 --- a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj +++ b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj @@ -11,7 +11,7 @@ - + diff --git a/Readme.md b/Readme.md index adae5d4..405ee3b 100644 --- a/Readme.md +++ b/Readme.md @@ -8,6 +8,8 @@ DiscordChatExporter can be used to export message history from a [Discord](https://discordapp.com) channel to a file. It works for both direct message chats and guild chats, supports markdown, message grouping, embeds, attachments, mentions, reactions and other features. It works with both user and bot tokens, supports multiple output formats and allows you to trim messages by dates. +_For guides and other info -- check out the [wiki](https://github.com/Tyrrrz/DiscordChatExporter/wiki)._ + ## Download - **[Latest release](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest)**