Uses of Class
io.github.daflamingfox.CmdHandlerBuilder
-
-
Uses of CmdHandlerBuilder in io.github.daflamingfox
Methods in io.github.daflamingfox that return CmdHandlerBuilder Modifier and Type Method Description CmdHandlerBuilderCmdHandlerBuilder. addSlashCommand(String name, String description, List<org.javacord.api.interaction.SlashCommandOption> options, List<org.javacord.api.interaction.SlashCommandPermissions> permissions, org.javacord.api.entity.server.Server server, CmdExecutor executor)Adds a slash command to the handler.CmdHandlerBuilderCmdHandlerBuilder. addTextCommand(String keyword, String[] keywordAliases, String description, String usage, CmdExecutor executor)Adds a text command to the handler.
-