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

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