From 77436120a80014f1465ab6e0f26d711630dc0bf9 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Sat, 16 Apr 2022 18:48:39 +0300 Subject: [PATCH] Update readme --- DiscordChatExporter.Cli.Tests/Readme.md | 5 ++--- Readme.md | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/DiscordChatExporter.Cli.Tests/Readme.md b/DiscordChatExporter.Cli.Tests/Readme.md index bf832251..e175e97f 100644 --- a/DiscordChatExporter.Cli.Tests/Readme.md +++ b/DiscordChatExporter.Cli.Tests/Readme.md @@ -3,12 +3,11 @@ This test suite runs against a real Discord server, specifically created to exercise different behaviors required by the test scenarios. In order to run these tests locally, you need to join the test server and configure your authentication token. -1. Join the server: https://discord.gg/eRV8Vap5bm +1. [Join the test server](https://discord.gg/eRV8Vap5bm) 2. Locate your Discord authentication token 3. Specify your token using a file or an environment variable: - **Using a file**: put your token in a new `DiscordToken.secret` file created in this directory - **Using an environment variable**: set `DISCORD_TOKEN` variable to your token 4. Run the tests: `dotnet test` -> If you want to have a new test case or a scenario added, please let me know in your pull request. -Currently, it's not possible to add them by yourself. \ No newline at end of file +> If you want to add a new test case, please let me know and I will give you the required permissions \ No newline at end of file diff --git a/Readme.md b/Readme.md index 1ea4a12f..bf22b702 100644 --- a/Readme.md +++ b/Readme.md @@ -16,6 +16,8 @@ It works with direct messages, group messages, and server channels, and supports > ❔ If you have questions or issues, **please refer to the [wiki](https://github.com/Tyrrrz/DiscordChatExporter/wiki)**. +> 💬 If you want to chat, **join my [Discord server](https://discord.gg/2SUWKFnHSm)**. + ## Terms of use By using this project or its source code, for any purpose and in any shape or form, you grant your **implicit agreement** to all the following statements: @@ -96,4 +98,4 @@ The following table lists all available download options: ## Screenshots ![channel list](.screenshots/list.png) -![rendered output](.screenshots/output.png) +![rendered output](.screenshots/output.png) \ No newline at end of file