diff --git a/EVE_LevelingSystem/LevelingSystem.cs b/EVE_LevelingSystem/LevelingSystem.cs index 9325e4d..674da2a 100644 --- a/EVE_LevelingSystem/LevelingSystem.cs +++ b/EVE_LevelingSystem/LevelingSystem.cs @@ -17,7 +17,7 @@ public class LevelingSystem : DBEvent public void Start(DiscordSocketClient client) { - ConsoleCommandsHandler.AddCommand("lvl", "calos command extern", async (args) => + ConsoleCommandsHandler.AddCommand("lvl", "Test command", async (args) => { Console.WriteLine("Leveling system command");