Update brigardier.md

This commit is contained in:
Jakob K
2021-06-28 14:47:21 +02:00
committed by GitHub
parent 2c86ac90a0
commit fc3b37d54e

View File

@@ -10,7 +10,7 @@ command("mycommand") {
## Register the command
The command will be automatically register by default, **if you are initializing it before the end of the `startup` call
The command will be automatically registered by default, **if you are initializing it before the end of the `startup` call
to your plugin.**
Otherwise, you can register it manually using the `command.register()` function (where command is the command instance