v14 reactions adding
how to add reactions to you're command like /hi he says hi, how are you with a reaction like a thumb
i am beginner at this so i need to learn things
i am beginner at this so i need to learn things
npm list discord.js and node node -v version?const {SlashCommandBuilder} = require('discord.js')
module.exports = {
data: new SlashCommandBuilder()
.setName("hoi")
.setDescription("geeft een mooi antwoord"),
async execute(client, interaction){
interaction.reply({content:hoi, hoe gaat het})
}
}const {SlashCommandBuilder} = require('discord.js')
module.exports = {
data: new SlashCommandBuilder()
.setName("hoi")
.setDescription("geeft een mooi antwoord"),
async execute(client, interaction){
interaction.reply({content:})
}
}