Kurasuta icon indicating copy to clipboard operation
Kurasuta copied to clipboard

A Custom discord.js Sharding Library inspired by eris-sharder.

Results 27 Kurasuta issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.7.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.45&new-version=18.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [discord.js](https://github.com/discordjs/discord.js) from 13.10.2 to 14.2.0. Release notes Sourced from discord.js's releases. 14.2.0 Bug Fixes ThreadChannel: Handle possibly null parent (#8466) (afa27b1) Remove DM channels from Client#messageDeleteBulk's types (#8460) (6c6fe74)...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 3.2.10. Release notes Sourced from node-fetch's releases. v3.2.10 3.2.10 (2022-07-31) Bug Fixes ReDoS referrer (#1611) (2880238) v3.2.9 3.2.9 (2022-07-18) Bug Fixes Headers: don't forward secure...

dependencies

Is it possible to shard the bot on multiple servers? As of now it is overlapping itself. Any code examples?

enhancement

Bumps [eslint-config-marine](https://github.com/iCrawl/eslint-config-marine) from 9.0.6 to 9.4.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-marine&package-manager=npm_and_yarn&previous-version=9.0.6&new-version=9.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I'm trying to create a broadcast command which sends a message to all servers in all clusters that have a player but I'm getting the following error: ``` node:internal/process/promises:246 triggerUncaughtException(err,...

# The Error: events.js:291 throw er; // Unhandled 'error' event ^ Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:209:20) Emitted 'error' event on ShardingManager instance at: at MasterIPC. (C:\Users\admin\Documents\Coding Projects\bot rewrite\node_modules\kurasuta\dist\Sharding\ShardingManager.js:55:42) at...

bug

```js Error: Cannot send a message to a missing socket. at ClientSocket.send (/root/tune/node_modules/veza/dist/lib/Structures/Base/SocketHandler.js:34:35) at ShardClientUtil.send (/root/tune/node_modules/kurasuta/dist/Sharding/ShardClientUtil.js:57:36) at TuneClient. (/root/tune/node_modules/kurasuta/dist/Cluster/BaseCluster.js:46:67) at TuneClient.emit (events.js:375:28) at Object.module.exports [as RESUMED] (/root/tune/node_modules/discord.js/src/client/websocket/handlers/RESUMED.js:13:10) at WebSocketManager.handlePacket (/root/tune/node_modules/discord.js/src/client/websocket/WebSocketManager.js:345:31)...

bug

I have two errors and they are constantly restarting my bot. Errors: ```js events.js:298 throw er; // Unhandled 'error' event ^ MessageError: Failed to process message during connection, calling disconnect:...

bug

I would like to know on each shard how many guilds there are and when I do it with **client.shard.fetchClientValues('guilds.cache.size')** it only gives me my 2 cluster and not my...

question