Kuma
DIAdiscord.js - Imagine an app
•Created by Kuma on 2/12/2025 in #djs-questions
ping.js command that is crashing my entire bot
They're all different, is it fine if i drop the code later
17 replies
DIAdiscord.js - Imagine an app
•Created by Kuma on 2/12/2025 in #djs-questions
ping.js command that is crashing my entire bot
i don't think, lemme check the code
17 replies
DIAdiscord.js - Imagine an app
•Created by Kuma on 2/12/2025 in #djs-questions
ping.js command that is crashing my entire bot

17 replies
DIAdiscord.js - Imagine an app
•Created by Kuma on 2/12/2025 in #djs-questions
ping.js command that is crashing my entire bot
i do have multiple listeners
17 replies
DIAdiscord.js - Imagine an app
•Created by Kuma on 2/12/2025 in #djs-questions
ping.js command that is crashing my entire bot
need the code ?
17 replies
DIAdiscord.js - Imagine an app
•Created by Kuma on 2/12/2025 in #djs-questions
ping.js command that is crashing my entire bot
oh ! how can i shut them ?
17 replies
DIAdiscord.js - Imagine an app
•Created by Kuma on 2/12/2025 in #djs-questions
ping.js command that is crashing my entire bot
const { SlashCommandBuilder } = require('discord.js');
module.exports = {
data: new SlashCommandBuilder()
.setName('ping')
.setDescription('Répond avec Pong!'),
async execute(interaction) {
await interaction.reply('Pong!');
},
};
17 replies
DIAdiscord.js - Imagine an app
•Created by Kuma on 2/12/2025 in #djs-questions
ping.js command that is crashing my entire bot
the ping command :
17 replies
DIAdiscord.js - Imagine an app
•Created by Kuma on 2/12/2025 in #djs-questions
ping.js command that is crashing my entire bot
discord.js : 14.17.3
node : 18.20.5
17 replies