From fc3b37d54e4258b5127405f4552e829b2d2f6404 Mon Sep 17 00:00:00 2001 From: Jakob K <52456572+bluefireoly@users.noreply.github.com> Date: Mon, 28 Jun 2021 14:47:21 +0200 Subject: [PATCH] Update brigardier.md --- guide/docs/commands/brigardier.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/docs/commands/brigardier.md b/guide/docs/commands/brigardier.md index babc0e57..32d8b406 100644 --- a/guide/docs/commands/brigardier.md +++ b/guide/docs/commands/brigardier.md @@ -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