! ! !!!! BefAci.js
! ! !!!! BefAci.js
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
thanks it works!
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
let me try then
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
oh okay
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
here my components:
const components = [
new ContainerBuilder()
.addSectionComponents(
new SectionBuilder()
.addTextDisplayComponents(
new TextDisplayBuilder().setContent(`:playing_song: **\`${song.name}\` by \`${song.uploader?.name}\`**`),
new TextDisplayBuilder().setContent(`00:00 ${songdurationbar_pointer}${incompletedurationbar} ${song.formattedDuration}`)
)
),
new SeparatorBuilder().setSpacing(SeparatorSpacingSize.Small).setDivider(true),
new ContainerBuilder()
.addTextDisplayComponents(
new TextDisplayBuilder().setContent(`:volumeicon: \`???\`%`)
)
.addActionRowComponents(
new ActionRowBuilder().addComponents(stop, playpause, skip, shuffle, repeat),
new ActionRowBuilder().addComponents(upvol, downvol)
)
]
const components = [
new ContainerBuilder()
.addSectionComponents(
new SectionBuilder()
.addTextDisplayComponents(
new TextDisplayBuilder().setContent(`:playing_song: **\`${song.name}\` by \`${song.uploader?.name}\`**`),
new TextDisplayBuilder().setContent(`00:00 ${songdurationbar_pointer}${incompletedurationbar} ${song.formattedDuration}`)
)
),
new SeparatorBuilder().setSpacing(SeparatorSpacingSize.Small).setDivider(true),
new ContainerBuilder()
.addTextDisplayComponents(
new TextDisplayBuilder().setContent(`:volumeicon: \`???\`%`)
)
.addActionRowComponents(
new ActionRowBuilder().addComponents(stop, playpause, skip, shuffle, repeat),
new ActionRowBuilder().addComponents(upvol, downvol)
)
]
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
well
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
ive got the almost same error
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
like that, yea?
new ContainerBuilder()
.addTextDisplayComponents(
new TextDisplayBuilder().setContent(`:volumeicon: \`???\`%`)
)
.addActionRowComponents(
new ActionRowBuilder().addComponents(stop, playpause, skip, shuffle, repeat),
new ActionRowBuilder().addComponents(upvol, downvol)
)
new ContainerBuilder()
.addTextDisplayComponents(
new TextDisplayBuilder().setContent(`:volumeicon: \`???\`%`)
)
.addActionRowComponents(
new ActionRowBuilder().addComponents(stop, playpause, skip, shuffle, repeat),
new ActionRowBuilder().addComponents(upvol, downvol)
)
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
let me retry
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
okay
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
exact
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
because here the addactionrow function is what i want
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
but how?
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
yes that's what i said
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/5/2025 in #djs-questions
ComponentsV2 - How to set more than one button
but it didnt work
31 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/1/2025 in #djs-questions
Voice Status - how to set them
thanks very much!
12 replies
DIAdiscord.js - Imagine an app
Created by ! ! !!!! BefAci.js on 6/1/2025 in #djs-questions
Voice Status - how to set them
oh because some bots actually sets the voice status
12 replies