feat: add descriptions to commands & arguments
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
6e33299af7
commit
8bad9d9636
7 changed files with 19 additions and 5 deletions
|
@ -22,7 +22,7 @@ fn create_moderation_embed(
|
|||
|e: &mut CreateEmbed| e.title(title).fields(fields).color(COLORS["red"])
|
||||
}
|
||||
|
||||
// ban a user
|
||||
/// Ban a user
|
||||
#[poise::command(
|
||||
slash_command,
|
||||
prefix_command,
|
||||
|
@ -54,7 +54,7 @@ pub async fn ban_user(
|
|||
Ok(())
|
||||
}
|
||||
|
||||
// kick a user
|
||||
/// Kick a user
|
||||
#[poise::command(
|
||||
slash_command,
|
||||
prefix_command,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue