1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

Recommend to install .NET 8 in README.md

completely forgot about this while making #207

Signed-off-by: Macintxsh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
Macintxsh 2023-12-12 01:03:30 +03:00 committed by GitHub
parent 59c2c5eada
commit 97037ae8ed
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
```