Open takase1121 opened 5 years ago
Hey,
I can't seem to find a method called broadcast
on kurasuta's ShardingManager, you may talk about the ShardingManager#broadcast method from Discord.js which is currently not implemented, i take this as an suggestion to implement these. Since im quite busy and this is easy to implement i will look forward if anyone wants to do a PR for that 👍
What will happen if I attempt to send a message from
ShardingManager
to all the shards viaShardingManager#broadcast
? Where would I listen to it inShardClientUtil
? I can't find it anywhere in the docs nor the code