parasop/poru

Oceanic js Issue

Closed this issue · 3 comments

src/Poru.ts:195 needs to be changed to if (guild) guild.shard.send(packet?.op, packet?.d);

This still needs fixing paras implemented something but sendWS is not a function on the shard class

guild.shard.sendWS should be replaced with guild.shard.send

fixed