From cbad45605c302d367d5249a024a38911b5e0e9a9 Mon Sep 17 00:00:00 2001 From: Wizzy69 Date: Wed, 6 Jul 2022 13:59:15 +0300 Subject: [PATCH 1/3] Delete Version.txt --- Version.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Version.txt diff --git a/Version.txt b/Version.txt deleted file mode 100644 index c227083..0000000 --- a/Version.txt +++ /dev/null @@ -1 +0,0 @@ -0 \ No newline at end of file From 0f4a82171c79c0e61b40e844a1a6fe4dbcd66d74 Mon Sep 17 00:00:00 2001 From: Wizzy69 Date: Wed, 6 Jul 2022 14:33:26 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5aee53e..603c14f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ 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 From c08496e819af67aca53c8bdcb47f5a7ae3d14747 Mon Sep 17 00:00:00 2001 From: Wizzy69 Date: Wed, 17 Aug 2022 14:44:00 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 603c14f..ed4f31b 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,6 @@ Plugin Types: 1. Commands 2. Events -Project Structure - -![Image](../../blob/gh-pages/Pictures/architecture2.png) - ### How to create a plugin First of all, Create a new project (class library) in Visual Studio.