Make invites commands ephemeral

This commit is contained in:
Tom 2022-02-21 23:24:20 +01:00
parent 5d05c220ec
commit 3bf88e3c10

View file

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