Registration
-Commands and types can only be registered when starting Commander.
An error will be thrown if you attempt registration after it has been started.
Commands and Types must be registered in order to be used.
-You can only register commands and types in the callback you provide when starting Commander:
-CommanderServer.start
and CommanderClient.start
.
Registering commands
In order to register commands, you must use the registerCommandsIn
method.
This searches for all children that are a ModuleScript
in the provided Instance
. These will then be
diff --git a/docs/guides/types/index.html b/docs/guides/types/index.html
index fe07a27b..fc06b507 100644
--- a/docs/guides/types/index.html
+++ b/docs/guides/types/index.html
@@ -4,7 +4,7 @@