fix online members

This commit is contained in:
Ryan Cao 2022-06-02 18:52:01 +08:00
parent 4fafebe917
commit e7a765fc23
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F

View file

@ -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',
},