diff --git a/src/commands/info.ts b/src/commands/info.ts index 9fabcee..8515b13 100644 --- a/src/commands/info.ts +++ b/src/commands/info.ts @@ -40,6 +40,10 @@ export const info: Command = { { name: "Total Members", value: `${interaction.guild?.memberCount}`, + }, + { + name: "Shard Count", + value: `${interaction.client.shard.count}`, } ) .setColor(3447003),