accept

open fun accept(builder: EmbedBuilder, isGlobal: Boolean, @Nullable commandInfo: @Nullable TextCommandInfo)(source)

Deprecated (for removal)

Replaced by acceptGlobal and acceptCommand

The function called when building a help embed

Parameters

builder

The EmbedBuilder to fill / override

isGlobal

true if the embed is showing all the commands, false if the embed is for a specific command

commandInfo

The text command to retrieve the help from Will be null if isGlobal is true