Skip to content

$respawnAllShards

$respawnAllShards will respawn all shards. (requires sharding)

Usage

$respawnAllShards

Example(s)

This will respawn all shards (requires sharding):

1
client.command({
2
name: "respawnAllShards",
3
code: `
4
$respawnAllShards
5
`
6
});