Uses of Class
com.github.kaktushose.jda.commands.JDACommands
-
Uses of JDACommands in com.github.kaktushose.jda.commands
Modifier and TypeMethodDescriptionstatic @NotNull JDACommands
Creates a new JDACommands instance and starts the frameworks, including scanning the classpath for annotated classes.static @NotNull JDACommands
JDACommands.start
(@NotNull ShardManager shardManager, @NotNull Class<?> clazz, @NotNull String... packages) Creates a new JDACommands instance and starts the frameworks, including scanning the classpath for annotated classes.@NotNull JDACommands
JDACommandsBuilder.start()
This method instantiates an instance ofJDACommands
and starts the framework.