From 9b584341a6ce779b43cb171be92d250337a8675a Mon Sep 17 00:00:00 2001 From: Tanner Sandlin Date: Wed, 22 May 2024 11:33:11 -0500 Subject: [PATCH] Reponse to correct interaction on createclassvoice --- src/app/commands/createclassvoice.command.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/commands/createclassvoice.command.ts b/src/app/commands/createclassvoice.command.ts index b6f00c0d..8b5d6f65 100644 --- a/src/app/commands/createclassvoice.command.ts +++ b/src/app/commands/createclassvoice.command.ts @@ -55,7 +55,8 @@ export default { } await voiceChan.permissionOverwrites.create(user.id, { VIEW_CHANNEL: true }); - await interaction.reply({ + + await buttonReaction.reply({ content: 'You have been added to the voice channel', ephemeral: true, });