Ping command example
Last updated
Last updated
Welcome to Commands & Contexts section!
First you must setup you SLCommands:
Then create a "commands" folder where you can create a "ping.js" or "ping.ts" file.
Do not forget: onExecute
or addSubCommand
must be the last functions, so the command is properly registered.