Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FirezTheGreat committed Oct 23, 2022
1 parent 9422bce commit 05dac7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/client/interactionCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module.exports = class interactionCreate extends Event {
const ticket_components = new ActionRowBuilder()
.addComponents(
new ButtonBuilder()
.setCustomId(`${interaction.channelId}_lock`)
.setCustomId(`${channel.id}_lock`)
.setEmoji('🔒')
.setStyle(ButtonStyle.Danger)
);
Expand Down

0 comments on commit 05dac7c

Please sign in to comment.