Iron℠
Iron℠
DIAdiscord.js - Imagine an app
Created by Iron℠ on 9/4/2023 in #djs-questions
Send message to channel using channel ID
Thank you
4 replies
DIAdiscord.js - Imagine an app
Created by Iron℠ on 5/10/2023 in #djs-questions
Get list of users (usernames or user IDs preferably) in a voice channel to loop through
It worked. Everything seems to be working smoothly now. Thank you for the help.
8 replies
DIAdiscord.js - Imagine an app
Created by Iron℠ on 5/10/2023 in #djs-questions
Get list of users (usernames or user IDs preferably) in a voice channel to loop through
Perfect. I'll do so. So far, it seems to be working though so I'm gonna put it through a forEach loop right now and try to do what I wanna do.
8 replies
DIAdiscord.js - Imagine an app
Created by Iron℠ on 5/10/2023 in #djs-questions
Get list of users (usernames or user IDs preferably) in a voice channel to loop through
And then to get the user ID, would it be something like
voiceState.members.user.id;
voiceState.members.user.id;
8 replies
DIAdiscord.js - Imagine an app
Created by Iron℠ on 5/10/2023 in #djs-questions
Get list of users (usernames or user IDs preferably) in a voice channel to loop through
I see it now. Thank you so much.
8 replies