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