Time
Time
Explore posts from servers
DIAdiscord.js - Imagine a boo! 👻
Created by Time on 5/3/2024 in #djs-questions
application did not respond
Hey do somebody know why this is not working? i have a:
client.on(Events.InteractionCreate, async (interaction) => {
console.log("Interaction", interaction);
if (!interaction.isCommand()) return;
await interaction.deferReply();
});
client.on(Events.InteractionCreate, async (interaction) => {
console.log("Interaction", interaction);
if (!interaction.isCommand()) return;
await interaction.deferReply();
});
but if i try to execute the command i get: the application did not respond without any console.log or something My Intents:
GatewayIntentBits.GuildMembers,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildVoiceStates,
GatewayIntentBits.GuildIntegrations,
GatewayIntentBits.GuildMembers,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildVoiceStates,
GatewayIntentBits.GuildIntegrations,
Discord JS Version: 14.14.1 Node Version: v21.7.1
16 replies
TtRPC
Created by Time on 4/14/2024 in #❓-help
Getting strange react error in nextjs
No description
3 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Time on 3/11/2023 in #djs-questions
Multi select menu
It is possible to do a multi select menu? because right now i can just select one thiing
3 replies