async execute(interaction, client) {
const components = new ComponentBuilder()
.setComponents([
new ContainerBuilder()
.setComponents([
new TextDisplay("Testing")
])
.setColor(1146986)
])
await interaction.reply(components.toJSON());
},
async execute(interaction, client) {
const components = new ComponentBuilder()
.setComponents([
new ContainerBuilder()
.setComponents([
new TextDisplay("Testing")
])
.setColor(1146986)
])
await interaction.reply(components.toJSON());
},