big typo wtf
This commit is contained in:
parent
2d0a1f7608
commit
e1b3ab4874
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import net.kyori.adventure.text.format.NamedTextColor;
|
||||||
public class BotVisibilityCommand extends Command {
|
public class BotVisibilityCommand extends Command {
|
||||||
public BotVisibilityCommand () {
|
public BotVisibilityCommand () {
|
||||||
super(
|
super(
|
||||||
"botvisibilty",
|
"botvisibility",
|
||||||
"Changes the bot's visibility",
|
"Changes the bot's visibility",
|
||||||
new String[] { "<true|false>", "<on|off>", "" },
|
new String[] { "<true|false>", "<on|off>", "" },
|
||||||
new String[] { "botvis", "togglevis", "togglevisibility" },
|
new String[] { "botvis", "togglevis", "togglevisibility" },
|
||||||
|
|
Loading…
Reference in a new issue