Update README.md

This commit is contained in:
Wizzy69
2022-05-05 21:53:36 +03:00
committed by GitHub
parent f3be67b132
commit d58202407d

View File

@@ -49,7 +49,7 @@ namespace CMD_Utils
} }
``` ```
####Definitions: #### Definitions:
- Command - The keyword that triggers the execution for the command. This is what players must type in order to execute your command - Command - The keyword that triggers the execution for the command. This is what players must type in order to execute your command
- Description - The description of your command. Can be anything you like - Description - The description of your command. Can be anything you like
- Usage - The usage of your command. This is what `help [Command]` command will display - Usage - The usage of your command. This is what `help [Command]` command will display