Carbon
Carbon
DIAdiscord.js - Imagine a boo! 👻
Created by Carbon on 10/8/2023 in #djs-questions
Unable to create slash commands
alright
25 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Carbon on 10/8/2023 in #djs-questions
Unable to create slash commands
how do I use it though
25 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Carbon on 10/8/2023 in #djs-questions
Unable to create slash commands
I couldn't find anything for that either
25 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Carbon on 10/8/2023 in #djs-questions
Unable to create slash commands
I used builders first but I didn't know what to do after that
const data = new SlashCommandBuilder()
.setName("promote")
.setDescription("promote a user to the next rank.")
.addStringOption(option =>
option.setName('user_id')
.setDescription('test hi')
.setRequired(false));
const data = new SlashCommandBuilder()
.setName("promote")
.setDescription("promote a user to the next rank.")
.addStringOption(option =>
option.setName('user_id')
.setDescription('test hi')
.setRequired(false));
25 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Carbon on 10/8/2023 in #djs-questions
Unable to create slash commands
what are builders
25 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Carbon on 10/8/2023 in #djs-questions
Unable to create slash commands
Just started learning djs 2 days back
25 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Carbon on 10/8/2023 in #djs-questions
Unable to create slash commands
how do I do that
25 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Carbon on 10/8/2023 in #djs-questions
Unable to create slash commands
commands.create({
name: 'test',
description: 'devs',
})
commands.create({
name: 'test',
description: 'devs',
})
25 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Carbon on 10/8/2023 in #djs-questions
Unable to create slash commands
is there a way to add options to it
25 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Carbon on 10/8/2023 in #djs-questions
Unable to create slash commands
it works
25 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Carbon on 10/8/2023 in #djs-questions
Unable to create slash commands
thanks
25 replies