.kinsuk
.kinsuk
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
i need a embed.js / cmd file the commonds all are external
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
@Qjuh
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
it still not working
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
the code there
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
like when turn that function off this shows The application did not respond
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
@Qjuh
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
The application did not respond
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
Unknown Integration dosent show now
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
did all that
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
in the code
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
cant figure where the problem
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
did
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
it would probly say that if didnt added this
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
insted of that
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
as that didnt work it sent this
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
nope as like i said
33 replies
DIAdiscord.js - Imagine an app
Created by .kinsuk on 6/22/2024 in #djs-questions
Unknown Integration
module.exports = (client, interaction) => {
// Check if our interaction is a slash command
if (interaction.isCommand()) {

// Get the command from our slash command collection
const command = client.interactions.get(interaction.commandName);

// If command does not exist return an error message
if (!command) return interaction.reply({
content: "Something Went Wrong | Perhaps command not registered?",
ephemeral: true
});

command.run(client, interaction);
}
}
module.exports = (client, interaction) => {
// Check if our interaction is a slash command
if (interaction.isCommand()) {

// Get the command from our slash command collection
const command = client.interactions.get(interaction.commandName);

// If command does not exist return an error message
if (!command) return interaction.reply({
content: "Something Went Wrong | Perhaps command not registered?",
ephemeral: true
});

command.run(client, interaction);
}
}
33 replies