diff --git a/src/commands/invites.rs b/src/commands/invites.rs index b7c7f44..2be2695 100644 --- a/src/commands/invites.rs +++ b/src/commands/invites.rs @@ -61,7 +61,7 @@ pub enum InviteActions { } /// Information about invites -#[poise::command(slash_command)] +#[poise::command(slash_command, ephemeral)] pub async fn invites( ctx: Context<'_>, #[description = "Action to perform with invite"] action: InviteActions,