diff --git a/src/main/java/world/bentobox/bentobox/commands/BentoBoxCommand.java b/src/main/java/world/bentobox/bentobox/commands/BentoBoxCommand.java index e69bfb2c0..fe77af717 100644 --- a/src/main/java/world/bentobox/bentobox/commands/BentoBoxCommand.java +++ b/src/main/java/world/bentobox/bentobox/commands/BentoBoxCommand.java @@ -16,9 +16,8 @@ public class BentoBoxCommand extends CompositeCommand { @Override public void setup() { - setDescription("commands.bentobox.description"); - new VersionCommand(this); - new AboutCommand(this); + new BentoBoxVersionCommand(this); + new BentoBoxAboutCommand(this); } @Override