Update README.md
This commit is contained in:
@@ -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
|
||||
> Updated: 7.04.2023
|
||||
|
||||
Reference in New Issue
Block a user