Make invites commands ephemeral
This commit is contained in:
parent
5d05c220ec
commit
3bf88e3c10
|
@ -61,7 +61,7 @@ pub enum InviteActions {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Information about invites
|
/// Information about invites
|
||||||
#[poise::command(slash_command)]
|
#[poise::command(slash_command, ephemeral)]
|
||||||
pub async fn invites(
|
pub async fn invites(
|
||||||
ctx: Context<'_>,
|
ctx: Context<'_>,
|
||||||
#[description = "Action to perform with invite"] action: InviteActions,
|
#[description = "Action to perform with invite"] action: InviteActions,
|
||||||
|
|
Loading…
Reference in a new issue