fix online members
This commit is contained in:
parent
4fafebe917
commit
e7a765fc23
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ We highly encourage asking authors that opted out to stop doing so.
|
|||
{
|
||||
title: `${mems.length} total members!`,
|
||||
description: `${
|
||||
mems.filter((m) => m.presence?.status === 'online').length
|
||||
mems.filter((m) => m.presence?.status !== 'offline').length
|
||||
} online members`,
|
||||
color: 'GOLD',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue