Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
add shard count
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Dec 20, 2021
1 parent 4094430 commit c5e9818
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/commands/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit c5e9818

Please sign in to comment.