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