rohan
rohan
DIAdiscord.js - Imagine an app
Created by rohan on 4/15/2025 in #djs-questions
What's the most effective way to handle hundreds (300+) of users who join a single VC to be sorted?
I also can't copy links to messages, which is odd, because I can do it elsewhere
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 4/15/2025 in #djs-questions
What's the most effective way to handle hundreds (300+) of users who join a single VC to be sorted?
No description
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 4/15/2025 in #djs-questions
What's the most effective way to handle hundreds (300+) of users who join a single VC to be sorted?
Let me do some testing and i may come back to this
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 4/15/2025 in #djs-questions
What's the most effective way to handle hundreds (300+) of users who join a single VC to be sorted?
so i.e. application a would have to tell application b to move user c
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 4/15/2025 in #djs-questions
What's the most effective way to handle hundreds (300+) of users who join a single VC to be sorted?
I guess I don't quire understand what you are recommending then- for worker applications, I would still have to manage and send the data to the applications for them to move
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 4/15/2025 in #djs-questions
What's the most effective way to handle hundreds (300+) of users who join a single VC to be sorted?
Well that's an easy enough fix- the issue still lies in moving everyone around. I wonder if worker applications will be the best solution here, like you guys suggested- gah that sounds like so much complex work
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 4/15/2025 in #djs-questions
What's the most effective way to handle hundreds (300+) of users who join a single VC to be sorted?
No description
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 4/15/2025 in #djs-questions
What's the most effective way to handle hundreds (300+) of users who join a single VC to be sorted?
wait.
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 4/15/2025 in #djs-questions
What's the most effective way to handle hundreds (300+) of users who join a single VC to be sorted?
I could do a recurring state read of the channel I suppose, instead of listening to the event.... an interesting idea... hmm. Not a huge fan of timeouts/interval chains but maybe that's the most effective solution
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 4/15/2025 in #djs-questions
What's the most effective way to handle hundreds (300+) of users who join a single VC to be sorted?
The issue is that this is generally an infrequent event (only happens M/W/F @ 7 EST). What do you mean by a "per-user basis"? the members property in voiceStateUpdate only returns a collection, and from what I can tell, there's no way to get an event with a single member on voiceStateUpdate
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 4/15/2025 in #djs-questions
What's the most effective way to handle hundreds (300+) of users who join a single VC to be sorted?
How did you handle the join requests at such a large scale? Our team's initial thoughts was sending the data to one (or more) balanced worker applications with a main and api application handling the routing
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 4/15/2025 in #djs-questions
What's the most effective way to handle hundreds (300+) of users who join a single VC to be sorted?
yeah I figured- i just was having trouble wrapping my head around how exactly sharding works, thought the additional WS connection(s) would be something I could have leveraged
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 4/15/2025 in #djs-questions
What's the most effective way to handle hundreds (300+) of users who join a single VC to be sorted?
10:14:41 me@mba vdc-bot ±|feat/combines-update|→ npm list discord.js
vdc-bot@1.0.0 /Users/me/Documents/Workspaces/vdc-bot
└── discord.js@14.16.3

10:14:53 me@mba vdc-bot ±|feat/combines-update|→ node -v
v23.6.0
10:14:41 me@mba vdc-bot ±|feat/combines-update|→ npm list discord.js
vdc-bot@1.0.0 /Users/me/Documents/Workspaces/vdc-bot
└── discord.js@14.16.3

10:14:53 me@mba vdc-bot ±|feat/combines-update|→ node -v
v23.6.0
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 9/13/2023 in #djs-questions
Adding emotes to a select menu not working
I'll keep that in mind haha! Have a wonderful rest of your evening!
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 9/13/2023 in #djs-questions
Adding emotes to a select menu not working
Thank you so much @GodderE2D
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 9/13/2023 in #djs-questions
Adding emotes to a select menu not working
that was it
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 9/13/2023 in #djs-questions
Adding emotes to a select menu not working
oh my god
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 9/13/2023 in #djs-questions
Adding emotes to a select menu not working
Yeah see above
28 replies
DIAdiscord.js - Imagine an app
Created by rohan on 9/13/2023 in #djs-questions
Adding emotes to a select menu not working
let me try somethibng
28 replies