Struct serenity::framework::standard::CommandGroup
[−]
[src]
pub struct CommandGroup {
pub prefix: Option<String>,
pub commands: HashMap<String, CommandOrAlias>,
pub bucket: Option<String>,
pub required_permissions: Permissions,
pub allowed_roles: Vec<String>,
pub help_available: bool,
pub dm_only: bool,
pub guild_only: bool,
pub owners_only: bool,
}Fields
prefix: Option<String>
commands: HashMap<String, CommandOrAlias>
bucket: Option<String>
Some fields taken from Command
required_permissions: Permissions
allowed_roles: Vec<String>
help_available: bool
dm_only: bool
guild_only: bool
owners_only: bool
Trait Implementations
impl Default for CommandGroup[src]
fn default() -> CommandGroup[src]
Returns the "default value" for a type. Read more