sean
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by sean on 2/1/2025 in #djs-questions
[Solved] Voice States cleared
I kinda forgot how the filter handles the boolean
14 replies
DIAdiscord.js - Imagine an app
•Created by sean on 2/1/2025 in #djs-questions
[Solved] Voice States cleared
Thanks for the mention, I wanted to update this message when I'm fully sure it works now. Yep this one was indeed wrong :OMEGALUL:
14 replies
DIAdiscord.js - Imagine an app
•Created by sean on 2/1/2025 in #djs-questions
[Solved] Voice States cleared
Changed the makeCache and sweepers to
and
14 replies
DIAdiscord.js - Imagine an app
•Created by sean on 2/1/2025 in #djs-questions
[Solved] Voice States cleared
I also need to say this only happens after some time being in voice with the bot. When I join and check 2 seconds after that join or so I see myself in the .members collection
14 replies
DIAdiscord.js - Imagine an app
•Created by sean on 2/1/2025 in #djs-questions
[Solved] Voice States cleared
Guilds
GuildVoiceStates
GuildMessages
Are the ones I use
14 replies
DIAdiscord.js - Imagine an app
•Created by sean on 2/1/2025 in #djs-questions
[Solved] Voice States cleared
Beside that do you see anything else weird?
14 replies
DIAdiscord.js - Imagine an app
•Created by sean on 2/1/2025 in #djs-questions
[Solved] Voice States cleared
:OMEGALUL:
14 replies
DIAdiscord.js - Imagine an app
•Created by sean on 2/1/2025 in #djs-questions
[Solved] Voice States cleared
True
14 replies
DIAdiscord.js - Imagine an app
•Created by sean on 2/1/2025 in #djs-questions
[Solved] Voice States cleared
oh
14 replies
DIAdiscord.js - Imagine an app
•Created by sean on 2/1/2025 in #djs-questions
[Solved] Voice States cleared
Didnt saw a other way to check if the voiceState is actually connected
14 replies
DIAdiscord.js - Imagine an app
•Created by sean on 2/1/2025 in #djs-questions
[Solved] Voice States cleared
I get the channel with
14 replies
DIAdiscord.js - Imagine an app
•Created by sean on 2/1/2025 in #djs-questions
[Solved] Voice States cleared

14 replies
DIAdiscord.js - Imagine an app
•Created by dev_panda on 10/2/2024 in #djs-questions
Bot Appearing Offline on Some Shards
Hybrid does nothing more than spawing a child process or worker process of your index.js after that you specify
shards
and shardCount
in the client construcutre its really just a process manager in order to cluster your bot based on internal sharding nothing more so a basic reproduction would be a ton of child processes with
shardCount: 8
shardIds: [0, 1, 2, 3, 4, 5, 6, 7]
and change the shardIds with the next pair if you want to try to reproduce it with djs/ws
The thing is this issue as you already said only comes some times every few months, myself I cannot reproduce that with a over 1300 shards bot nor with a 14 shards bot. Most users that have this issue ignore it until it just dosnt happen anymore.
side info which isnt that important
Hybird spawns a worker with
and a child process with
53 replies
DFDimensional Fun
•Created by redbuls81.py on 4/27/2024 in #lavaclient
Video returned by YouTube isn't what was requested
Might check this https://discord.com/channels/1082302532421943407/1211003213248069632
3 replies