Oceanic js Issue
Closed this issue · 3 comments
btx-systems commented
src/Poru.ts:195 needs to be changed to if (guild) guild.shard.send(packet?.op, packet?.d);
btx-systems commented
This still needs fixing paras implemented something but sendWS
is not a function on the shard
class
btx-systems commented
guild.shard.sendWS
should be replaced with guild.shard.send
parasop commented
fixed