TextCommandHelpConsumer

Optional interface used by the built-in help command. This consumer will apply to all text commands present in a given class.

If you use your own help command, you do not need to implement this.

Inheritors

Functions

Link copied to clipboard
abstract fun accept(@NonNull builder: @NonNull EmbedBuilder)
Customizes the provided embed builder.