Shards Interaction
Hello !
I have some troubles with sharding specifically with interactions between shards, i wonder if it's possible to send a message with buttons to a server present on an other shard and then get the interaction response ?
I know
.broadcastEval()
exist but the data are serialized so it's not really the solution...
discord.js version : 13.7.0
node version : 16.14.2
3 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
I've done something like this:
But now if i want to send an other embed from the interaction do i really need to define
MessageEmbed
again ?
Thats how eval works, yeah, You need to require things you want it to use inside it's context