This commit is contained in:
2022-05-27 12:29:23 +03:00
parent c1d0155867
commit f8de1536b2

View File

@@ -17,7 +17,7 @@ public class LevelingSystem : DBEvent
public void Start(DiscordSocketClient client) 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"); Console.WriteLine("Leveling system command");