From eed08b237b0d08faf578a9cd1a084b4227666e32 Mon Sep 17 00:00:00 2001 From: Macintxsh II <95250141+mctaylors@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:01:10 +0300 Subject: [PATCH] Recommend to install .NET 8 in README.md (#213) completely forgot about this while making #207 Signed-off-by: Macintxsh II <95250141+mctaylors@users.noreply.github.com> --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index cdd9ced..10ee63c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,7 +24,7 @@ Veemo! I'm a general-purpose bot for moderation (formerly known as Boyfriend) wr ## Running Octobot -1. Install [.NET 7 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) +1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) 2. Go to the [Discord Developer Portal](https://discord.com/developers), create a new application and get a bot token. Don't forget to also enable all intents! 3. Clone this repository and open `Octobot` folder. ```