From c15f7b48741c173f17c2b99f998639a1e9717e8c Mon Sep 17 00:00:00 2001 From: Wizzy69 Date: Sun, 5 Jun 2022 20:50:01 +0300 Subject: [PATCH] --- DiscordBotGUI/AppUpdater.axaml.cs | 2 -- README.md | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DiscordBotGUI/AppUpdater.axaml.cs b/DiscordBotGUI/AppUpdater.axaml.cs index bf06532..f678f47 100644 --- a/DiscordBotGUI/AppUpdater.axaml.cs +++ b/DiscordBotGUI/AppUpdater.axaml.cs @@ -1,6 +1,4 @@ -using Avalonia; using Avalonia.Controls; -using Avalonia.Markup.Xaml; using PluginManager.Online; using PluginManager.Others; using System.Threading.Tasks; diff --git a/README.md b/README.md index 1c1fd58..ff155a7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Plugin Types: 1. Commands 2. Events +Project Structure +![Image](../../blob/gh-pages/Pictures/architecture.png) ### How to create a plugin