From c5e9818224b8a5c1ae7191e9574e3b234fd20b28 Mon Sep 17 00:00:00 2001 From: Sebastian Pietschner Date: Mon, 20 Dec 2021 23:52:57 +1100 Subject: [PATCH] add shard count --- src/commands/info.ts | 4 ++++ 1 file changed, 4 insertions(+) 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),