From f5d8bcc449302de73dc63845d85701fea9f85202 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Wed, 7 Feb 2024 23:20:10 +0100 Subject: [PATCH] bugfix: wrong feedback type --- commands/admin/custom_vc/slash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/admin/custom_vc/slash.js b/commands/admin/custom_vc/slash.js index a079c69..6b037ab 100644 --- a/commands/admin/custom_vc/slash.js +++ b/commands/admin/custom_vc/slash.js @@ -82,7 +82,7 @@ export async function execute(interaction) { // Reply failed to acknowledge command await interaction.reply({ - content: `Failed to ${step} message!`, + content: `Failed to ${step} channel!`, ephemeral: true }); }