Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const row15 = new ActionRowBuilder()
- .addComponents(
- new ButtonBuilder()
- .setLabel('Gib uns ein Feedback')
- .setCustomId('dijfswe9ruhfd')
- .setStyle(ButtonStyle.Secondary)
- .setDisabled(true)
- )
- interaction.message.fetch().then(message => message.edit({components: [row15]}))
Advertisement
Add Comment
Please, Sign In to add comment