diff --git a/youmubot-core/src/community/roles.rs b/youmubot-core/src/community/roles.rs index c4883eb..ac4e11a 100644 --- a/youmubot-core/src/community/roles.rs +++ b/youmubot-core/src/community/roles.rs @@ -102,6 +102,7 @@ fn list(ctx: &mut Context, m: &Message, _: Args) -> CommandResult { #[command("role")] #[description = "Toggle a role by its name or ID."] +#[example = "\"IELTS / TOEFL\""] #[num_args(1)] #[only_in(guilds)] fn toggle(ctx: &mut Context, m: &Message, mut args: Args) -> CommandResult {