Guest User

Untitled

a guest
Sep 16th, 2023
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const row15 = new ActionRowBuilder()
  2.                 .addComponents(
  3.                     new ButtonBuilder()
  4.                         .setLabel('Gib uns ein Feedback')
  5.                         .setCustomId('dijfswe9ruhfd')
  6.                         .setStyle(ButtonStyle.Secondary)
  7.                         .setDisabled(true)
  8.                 )
  9.                         interaction.message.fetch().then(message => message.edit({components: [row15]}))
Advertisement
Add Comment
Please, Sign In to add comment