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

Some fields taken from Command

Trait Implementations

impl Default for CommandGroup
[src]

[src]

Returns the "default value" for a type. Read more