Type Definition telescope::discord_bot::commands::CommandBuilder[][src]

type CommandBuilder = fn(_: &mut CreateApplicationCommand) -> &mut CreateApplicationCommand;
Expand description

Command builder type. These builder function all act on serenity models and add the necessary info to them for each command.