update command config description

This commit is contained in:
Bella Who 2020-04-02 21:40:16 -04:00 committed by GitHub
parent 0b4ee11f7e
commit 2008bb9aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import static me.zeroeightsix.kami.command.Command.sendErrorMessage;
/**
* @author S-B99
*/
@Module.Info(name = "CommandConfig", category = Module.Category.CLIENT, description = "Configures options related to commands", showOnArray = Module.ShowOnArray.OFF)
@Module.Info(name = "CommandConfig", category = Module.Category.CLIENT, description = "Configures PrefixChat and Alias options", showOnArray = Module.ShowOnArray.OFF)
public class CommandConfig extends Module {
public Setting<Boolean> aliasInfo = register(Settings.b("Alias Info", true));
public Setting<Boolean> prefixChat = register(Settings.b("PrefixChat", true));