From 55ac4e2b523f08e52b97d43ba9294f98389e6bac Mon Sep 17 00:00:00 2001 From: Wizzy69 Date: Sun, 22 May 2022 16:30:37 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45ad2e1..1c1fd58 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # Seth Discord Bot This is a Discord Bot made with C# that accepts plugins as extensions for more commands and events. All basic commands are built in already in the PluginManager class library. -This project is based on .NET 6 (C#) and [Discord.Net](https://github.com/discord-net/Discord.Net) +This project is based on: + +- [.NET 6 (C#)](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) +- [Discord.Net](https://github.com/discord-net/Discord.Net) +- [Avalonia UI](https://avaloniaui.net/) for `DiscordBotUI` extension ## Plugins