scooby doo
DIAdiscord.js - Imagine an app
•Created by scooby doo on 8/4/2023 in #djs-questions
v14 reactions adding
how to add it into this
7 replies
DIAdiscord.js - Imagine an app
•Created by scooby doo on 8/4/2023 in #djs-questions
v14 reactions adding
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})
}
}
7 replies
DIAdiscord.js - Imagine an app
•Created by scooby doo on 8/4/2023 in #djs-questions
v14 reactions adding
@qjuh
7 replies
DIAdiscord.js - Imagine an app
•Created by scooby doo on 8/4/2023 in #djs-questions
v14 reactions adding
where do i need to place that?
7 replies