From 3bf88e3c10a490f55b6e0a526da783c7e1ff24fd Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 21 Feb 2022 23:24:20 +0100 Subject: [PATCH] Make invites commands ephemeral --- src/commands/invites.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,