goose
goose
DIAdiscord.js - Imagine an app
Created by MattTheOfficial on 7/30/2024 in #djs-questions
Adding Slash commands
try if (!interaction.isChatInputCommand() return; on the very beginning of the event listener
39 replies
DIAdiscord.js - Imagine an app
Created by MattTheOfficial on 7/30/2024 in #djs-questions
Adding Slash commands
in your register commands file you defined the function but it was never executed
39 replies