From dac999b1f0de1ab819b2728092d51fc2f5feefaa Mon Sep 17 00:00:00 2001 From: Igor Date: Fri, 14 Jul 2023 22:59:40 -0400 Subject: [PATCH 1/2] Update README.md --- .github/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/README.md b/.github/README.md index 7f478310..e401325b 100644 --- a/.github/README.md +++ b/.github/README.md @@ -34,15 +34,16 @@ * In case of errors, install the [.NET Core 7.0 Runtime for **console apps**][runtime-link]. ### Commands -Following is a list of command modules included with FlawBOT. Check the documentation for details. -There are multiple commands modules available in FlawBOT. Manage your Discord server, call popular public APIs or play music in your voice channel. [Click here for the full command documentation][commands-link]. +There are multiple commands modules available in FlawBOT. Manage your Discord server, call popular public APIs or play music in your voice channel. +[Click here for the full command documentation][commands-link]. ### API Tokens -To get the most out of FlawBOT's commands, modify the included **config.json** file with the required API tokens. [Click here for the full list of API tokens and where to find them.][tokens-link] +To get the most out of FlawBOT's commands, modify the included **config.json** file with the required API tokens. +[Click here for the full list of API tokens and where to find them.][tokens-link] [releases-link]: https://github.com/CriticalFlaw/FlawBOT/releases/latest [tokens-link]: https://criticalflaw.ca/FlawBOT/tokens/ [runtime-link]: https://dotnet.microsoft.com/download/dotnet/7.0/runtime [commands-link]: https://criticalflaw.ca/FlawBOT/modules/bot -[tokens-link]: https://criticalflaw.ca/FlawBOT/tokens \ No newline at end of file +[tokens-link]: https://criticalflaw.ca/FlawBOT/tokens From a6940509613fd7b5b375065c310a807fe2a54f8d Mon Sep 17 00:00:00 2001 From: Igor Date: Fri, 14 Jul 2023 23:01:30 -0400 Subject: [PATCH 2/2] Update README.md --- .github/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/README.md b/.github/README.md index e401325b..8a839e8a 100644 --- a/.github/README.md +++ b/.github/README.md @@ -27,18 +27,20 @@ --- ### Installation -1. [Download the latest version of **flawbot.zip**][releases-link]. -2. Extract downloaded file contents into a separate folder. -3. Modify the included **config.json** file with your [API tokens][tokens-link]. -4. Open the command prompt and start the bot by entering: `dotnet FlawBOT.dll` - * In case of errors, install the [.NET Core 7.0 Runtime for **console apps**][runtime-link]. +1. Install [.NET Core 7.0 Runtime for **console apps**][runtime-link]. +2. [Download the latest version of **flawbot.zip**][releases-link]. +3. Extract downloaded file contents into a separate folder. +4. Modify the included **config.json** file with your [API tokens][tokens-link]. +5. Open the command prompt and start the bot by entering: `dotnet FlawBOT.dll` ### Commands -There are multiple commands modules available in FlawBOT. Manage your Discord server, call popular public APIs or play music in your voice channel. +There are multiple commands available in FlawBOT. Manage your Discord server, call popular public APIs or play music in your voice channel. + [Click here for the full command documentation][commands-link]. ### API Tokens To get the most out of FlawBOT's commands, modify the included **config.json** file with the required API tokens. + [Click here for the full list of API tokens and where to find them.][tokens-link]