Anurag Bansal
Anurag Bansal
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
/thank wolvinny
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
Done 👍🏼
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
Is there an example available?
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
Where do I use it?
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
Ohhh yes!!!
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
What interaction are you taking about? 😭
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
What is the thing that I am missing
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
Yes
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
.setValue()?
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
There is an interaction.reply in every if statement
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
I don't understand that, what do you mean?
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
But I am getting Collector is On message in terminal which means it is a problem with interaction.values[]
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
It's still not working
const selectMenuCollector = menu.createMessageComponentCollector({
filter: (i) => i.customId === "selecthelp",
componentType: ComponentType.StringSelect,
time: 60000,
});
const selectMenuCollector = menu.createMessageComponentCollector({
filter: (i) => i.customId === "selecthelp",
componentType: ComponentType.StringSelect,
time: 60000,
});
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
I also tried getting rid of if (!interaction.isStringSelectMenu()) return;
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
But not inside the collector
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
I don't see any problem with if statements and they even work fine when I use the same code in interactionCreate
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
No description
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
Using console.log? Let me
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/15/2024 in #djs-questions
Collector not replying on pressing on choices of a select menu
It still says "This Interaction Failed"
47 replies
DIAdiscord.js - Imagine an app
Created by Anurag Bansal on 2/12/2024 in #djs-questions
Add points to multiple users at once
Thanks!
8 replies