public interface CommandProvider
-
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<net.dv8tion.jda.api.interactions.commands.build.CommandData>Register allCommandDatathat this plugin provides.
-
Method Details
-
getCommands
@NotNull @NotNull Collection<net.dv8tion.jda.api.interactions.commands.build.CommandData> getCommands()Register allCommandDatathat this plugin provides.- Returns:
- Returns a non-null
CollectionofCommandDatathat thisPluginprovides
-