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, });