- Nazareth, PA USA
Pinned Loading
-
Discord Button Interaction
Discord Button Interaction 1import { ActionRowBuilder, ButtonBuilder, ButtonStyle, CommandInteraction, ComponentType } from 'discord.js'
23export const execute = async (interaction: CommandInteraction): Promise<void> => {
4const buttons = new ActionRowBuilder<ButtonBuilder>()
5.addComponents(new ButtonBuilder().setCustomId('ok').setLabel('Ok').setStyle(ButtonStyle.Primary))
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.