diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-30 13:04:24 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-30 13:04:24 -0400 |
commit | f5c2b7b946487c2828365cc63bc6f471dd6cfc2f (patch) | |
tree | b225533c2858105b85ba118588954d9cb1ee9781 /src/commands/utilities | |
parent | 1c6d451ffd63f9805b978e8565807e8a6b528681 (diff) | |
download | tanzanite-f5c2b7b946487c2828365cc63bc6f471dd6cfc2f.tar.gz tanzanite-f5c2b7b946487c2828365cc63bc6f471dd6cfc2f.tar.bz2 tanzanite-f5c2b7b946487c2828365cc63bc6f471dd6cfc2f.zip |
clean up and fix stuff
Diffstat (limited to 'src/commands/utilities')
-rw-r--r-- | src/commands/utilities/whoHasRole.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utilities/whoHasRole.ts b/src/commands/utilities/whoHasRole.ts index 42e8fd5..4bd81bb 100644 --- a/src/commands/utilities/whoHasRole.ts +++ b/src/commands/utilities/whoHasRole.ts @@ -43,7 +43,7 @@ export default class WhoHasRoleCommand extends BushCommand { const embedPages = chunkedRoleMembers.map( (chunk) => new MessageEmbed({ - title: `${args.role.name}'s Members`, + title: `${args.role.name}'s Members [\`${args.role.members.size.toLocaleString()}\`]`, description: chunk.join('\n'), color: util.colors.default }) |