From ad17e07f35c9fdbc43a5cc0eab117820b0059bb5 Mon Sep 17 00:00:00 2001 From: powermaker450 Date: Sat, 12 Oct 2024 13:40:28 -0400 Subject: [PATCH] This should be ephemeral --- src/commands/setup.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/setup.ts b/src/commands/setup.ts index cf34dbc..ff03763 100644 --- a/src/commands/setup.ts +++ b/src/commands/setup.ts @@ -125,6 +125,8 @@ export async function execute(interaction: CommandInteraction) { !collected.size && interaction.followUp({ content: "No channel selected. Try again.", + ephemeral: true, + components: [] }); }); }