Ashish
DIAdiscord.js - Imagine an app
•Created by cwooole on 2/19/2024 in #djs-questions
ReferenceError: Client is not defined
Error?
24 replies
DIAdiscord.js - Imagine an app
•Created by Electrix on 2/9/2024 in #djs-questions
Reload command issue
Also, show your handler, how you handle ur commands
6 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
No problem!
38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
You need the GuildMessages intent as well
38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
My bad, I forgot one more thing
38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
Specifically the reaction partial
38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
I forgot you also need
38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
Oh
38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
Yup
38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
Right now it only filters it to 1 person
38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
That way everyone who reacted with the airplane emoji will be in the collector
38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
Your code for the filter is:
If you want all users, just remove the condition where you compare the user ids
38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
You only need the reaction.emoji.name condition
38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
Then remove the condition
38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
You did
That means
message
is what your bot sent, not by the user38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
then compare it with interaction.user.id
message.author.id returns your bot id
38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
It seems like your filter is only saying to collect the reactions from your bot
38 replies
DIAdiscord.js - Imagine an app
•Created by Z0G0N on 2/3/2024 in #djs-questions
Collection Reaction not working.
What exactly do you want
38 replies
DIAdiscord.js - Imagine an app
•Created by Wicked ↝ 💊Ⅶ✥ on 2/3/2024 in #djs-questions
Making commands customizable by the guild members
No problem! However if you do find making slash commands for users troublesome, you can always use message commands, if you have the message intent of course
15 replies
DIAdiscord.js - Imagine an app
•Created by Wicked ↝ 💊Ⅶ✥ on 2/3/2024 in #djs-questions
Making commands customizable by the guild members
However do note that a guild can only have a maximum of 100 guild commands
15 replies