Add example for role

This commit is contained in:
Natsu Kagami 2020-04-13 20:14:59 -04:00
parent 4e52c5a4a1
commit 2b1567e616
Signed by: nki
GPG key ID: 73376E117CD20735

View file

@ -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 {