Uses of Class
com.dianxin.tori.api.commands.CommandRegistrar
Packages that use CommandRegistrar
-
Uses of CommandRegistrar in com.dianxin.tori.api.commands
Methods in com.dianxin.tori.api.commands that return CommandRegistrarModifier and TypeMethodDescriptionCommandRegistrar.registerMessageContext(BaseMessageContextMenu... contextMenus) Registers one or more base message context menus.CommandRegistrar.registerMessageContext(ModernBaseMessageContextMenu... contextMenus) Registers one or more modern message context menus.CommandRegistrar.registerSlash(BaseCommand... cmdInstances) Registers one or more legacy slash commands into the system.CommandRegistrar.registerSlash(ModernBaseCommand... cmds) Registers one or more modern slash commands into the system.CommandRegistrar.registerUserContext(BaseUserContextMenu... contextMenu) Registers one or more base user context menus.CommandRegistrar.registerUserContext(ModernBaseUserContextMenu... contextMenu) Registers one or more modern user context menus.CommandRegistrar.setReplyConfig(CommandReplyConfig config) Sets the custom reply configuration for command interactions.