Sim3Xx
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
thanks ❤️
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
What should i not mention? sry 😄
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
Yea someone already told me that.
Just wanted to close it just a second before you wrote something. You still answered another question i had! Thanks for that! I really appreciate that ❤️
Im currently formatting the solution so people after me can find this easier
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
thats exactly what i do. This wasnt my problem. My Problem was that i whenever i checked for members in a voice channel it always returned empty collection even though it hat members in it
As proposed here:
https://discord.com/channels/222078108977594368/1232956485819170846/1232956485819170846
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
In short:
My bot searches for teammates for several games. After matching i want to search for the Voice Channel of the teamleader so others can just click(link it in the matching response) on the channel and join more comfortable
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
Thank you for your patience 🙂 Have a good day
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
yea agree on that one, but not for my initial question.
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
Thank you sir
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
The guide was very helpful
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
i couldnt find answers to my question in the djs docs. Well tbh i obv didnt search through all of them 😄
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
SOLUTION
Query Members in Voice Channel
NOTICE
Use the "GuildVoiceStates" Intent, so the Bot automatically receives joins/leaves Events.
Keep in mind:
If you have the intent
GuildVoiceStates
active.
You will only cache members that joint the channel after the bot were started50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
would make sense tbh
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
@lwz will .fetch automatically cache?
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
just got a " I SEE MOMENT"
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
Thank you so much buddy
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
i see
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
I see. So there is quite a difference.
I tried using the cache for channels too. But there were empty aswell, until i realised that a permission, could let me at least fetch them.
So i could use intents, that would track every channel update etc.
Same for members in voice channels etc. right?
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
i see
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
okay.
So for my understanding:
Variant 1:
Bot starts. Requests all Members in Voice Channels. And continues updating the list if someone left a voice channel or joint, correcT?
or
Variant 2:
Bot starts. Starts to listening for all new changes in Voice channels (Joins/Leaves))
50 replies
DIAdiscord.js - Imagine an app
•Created by Sim3Xx on 4/25/2024 in #djs-questions
How to query members of a voice channel
How often will this cache be updated?
50 replies