accept
abstract fun accept(@NotNull builder: @NotNull EmbedBuilder, isGlobal: Boolean, @Nullable commandInfo: @Nullable TextCommandInfo)(source)
The function called when building a help embed
Parameters
builder
The EmbedBuilder to fill / override
is Global
true
if the embed is showing all the commands, false
if the embed is for a specific command
command Info
The text command to retrieve the help from Will be null if isGlobal
is true