Skip to content

Commit

Permalink
Reponse to correct interaction on createclassvoice
Browse files Browse the repository at this point in the history
  • Loading branch information
tanndlin committed May 22, 2024
1 parent fbf2a50 commit 9b58434
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/commands/createclassvoice.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit 9b58434

Please sign in to comment.