File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export default class GameBridge extends Service {
139139 ) as Discord . TextChannel ;
140140 if ( ! channel ) throw new Error ( "Channel not found" ) ;
141141
142- const count = session . activeUsers ;
142+ const count = session . joinedUsers ;
143143
144144 const presence : Discord . PresenceData =
145145 count > 0
@@ -191,7 +191,7 @@ export default class GameBridge extends Service {
191191 `### ${ session . tags [ 0 ] ?? session . name } \n` +
192192 `:busts_in_silhouette: Player${
193193 count > 1 || count == 0 ? "s" : ""
194- } : **${ count } /${ session . joinedUsers } **\n` +
194+ } : **${ session . activeUsers } /${ count } **\n` +
195195 `:repeat: Last Update: <t:${
196196 ( new Date ( session . lastUpdate ) . getTime ( ) / 1000 ) | 0
197197 } :R>\n` +
You can’t perform that action at this time.
0 commit comments