afp_d3vs
afp_d3vs
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
const {
ChatInputCommandInteraction,
SlashCommandBuilder,
} = require("discord.js");

module.exports = {
data: new SlashCommandBuilder()
.setName("ping")
.setDescription("Test the ping rate of the bot."),
/**
*
* @param {ChatInputCommandInteraction} interaction
*/
execute(interactin) {
interactin.reply({
content: ":bullet: Pong!",
ephemeral: true,
});
},
};
const {
ChatInputCommandInteraction,
SlashCommandBuilder,
} = require("discord.js");

module.exports = {
data: new SlashCommandBuilder()
.setName("ping")
.setDescription("Test the ping rate of the bot."),
/**
*
* @param {ChatInputCommandInteraction} interaction
*/
execute(interactin) {
interactin.reply({
content: ":bullet: Pong!",
ephemeral: true,
});
},
};
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
i made the cmd
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
you can close
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
No description
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
by my yt video that is teaching me, his code is like this, furthermore my command doesnt show up
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
No description
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
colour of ChatInputCommandInteraction is different than SlashCommandBuilder
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
I genuinely dont know
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
Sorry im being a bitch but
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
What do you mean
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
So how can I use it?
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
i fixed it, its still that yellow colour
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
im just going off some youtube videos and docs
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
and im not sure
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
sorry im new to js
19 replies
DIAdiscord.js - Imagine an app
Created by afp_d3vs on 6/4/2024 in #djs-questions
How can I fix the ChatInputCommandInteraction?
How do I fix it in simple terms
19 replies