Skip to content

$guildShardID

$guildShardID will return the current shard ID.

Usage

$guildShardID

Example(s)

This will return the current shard ID:

1
client.command({
2
name: "guildShardID",
3
code: `
4
I'm currently on shard $guildShardID!
5
`
6
});