open class CommandFormatter
CommandFormatter() |
open static fun formatCommand(commandClient: CommandClient, command: Command): EmbedBuilder open static fun formatCommand(commandClient: CommandClient, guild: Guild, command: Command): EmbedBuilder open static fun formatCommand(prefix: CharSequence, command: Command): EmbedBuilder |