Inbestigator
Inbestigator
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by Inbestigator on 1/1/2024 in #djs-questions
Select menus not being able to be handled
ty
5 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 1/1/2024 in #djs-questions
Select menus not being able to be handled
That was it, I coulda sworn I defined it
5 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 1/1/2024 in #djs-questions
Select menus not being able to be handled
Please ping
5 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/17/2023 in #djs-questions
Handle two buttons with one script
if anybody needs to know, I fixed it by intercepting the request in the interactionCreate script
4 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/17/2023 in #djs-questions
Handle two buttons with one script
Got it working
4 replies
DIAdiscord.js - Imagine an app
Created by NotUnknown on 12/16/2023 in #djs-questions
Why <role>.setColor(<color>) not working for hex code
try 0xHEX
3 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
or host on better hardware
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
so I guess I'll just have to live with it
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
and you can't defer sadge
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
ah
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
and gamesArray is just an array that's saved in the other file, it isn't being fetched each time
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
} else if (interaction.isAutocomplete()) {
const { commands } = client;
const { commandName } = interaction;
const command = commands.get(commandName);
if (!command) return;
try {
await command.autocomplete(interaction, client);
} catch (error) {
console.error(error);
}
}
} else if (interaction.isAutocomplete()) {
const { commands } = client;
const { commandName } = interaction;
const command = commands.get(commandName);
if (!command) return;
try {
await command.autocomplete(interaction, client);
} catch (error) {
console.error(error);
}
}
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
no
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
No description
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
No description
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
randomly it won't recognize the interaction
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
No description
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
without AC
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
it's empty, but that's ok, my question is more how can I have the choices update as the array gets longer
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
where do you want me to (outside or in the execute function)
24 replies