mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Set max players to total amount of members in server
This commit is contained in:
parent
0128e4d972
commit
3a8164cfbc
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ class Discord extends Core {
|
|||
team: v.status
|
||||
}
|
||||
});
|
||||
state.maxplayers = json.presence_count;
|
||||
state.raw = json;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue