From 6ce4ca6fb8f809380e00c3dc644fcb100c024df5 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Tue, 24 Jun 2025 03:47:30 +0200 Subject: [PATCH] Add unique member count to botinfo --- commands/info/botinfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/info/botinfo.js b/commands/info/botinfo.js index f1ebebe..b806459 100644 --- a/commands/info/botinfo.js +++ b/commands/info/botinfo.js @@ -12,7 +12,7 @@ module.exports = { let descriptionArr = [`Name: ${client.user.username}`, `Prefix: ${prefix}`, `Total Servers: ${guildInfo.guildCount}`, - `Total Members: ${guildInfo.totalMembers}`, + `Total Members: ${guildInfo.totalMembers} (${guildInfo.uniqueMemberCount} unique)`, `Total Commands: ${client.commands.size}`, `Creation Date: ${getCreationDate(client)}`, `Source: [Click Here](https://github.com/SileNce5k/discord_bot)`,