diff --git a/README.md b/README.md index 4559cbb..78bc337 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ using PluginManager.Interfaces; namespace LevelingSystem; -internal class LevelCommand : DBCommand +public class LevelCommand : DBCommand { public string Command => "level"; @@ -190,4 +190,4 @@ namespace SlashCommands You can create multiple commands, events and slash commands into one single plugin (class library). The PluginManager will detect the classes and load them individualy. If there are more commands (normal commands, events or slash commands) into a single project (class library) they can use the same resources (a class for example) that is contained within the plugin. -> Updated: 7.04.2023 \ No newline at end of file +> Updated: 7.04.2023