UpdateCommands

Trait UpdateCommands 

Source
pub trait UpdateCommands {
    // Required method
    fn update_commands(&self, token: &str) -> Result<Vec<ApplicationCommand>>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl UpdateCommands for CommandsBuilder

Implementors§