Fix help text indentation

This commit is contained in:
Stone_Red
2023-12-14 00:03:09 +01:00
parent 83e7ea7451
commit 751bbbb1ee
3 changed files with 14 additions and 14 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ Console.WriteLine("Hello, World!");
Commander commander = new Commander();
Command sayCommand = commander.Register(HahaYes, "say", "yell");
sayCommand.Register(HahaYesSub, "kek");
Command kekCommand = sayCommand.Register(HahaYesSub, "kek");
kekCommand.Register(HahaYesSub, "lol");
commander.Register(HahaNo, "scream", "yell");
commander.Register(Add, "add");