Set max players to total amount of members in server

This commit is contained in:
Tom 2020-01-04 13:44:09 +00:00
parent 0128e4d972
commit 3a8164cfbc
No known key found for this signature in database
GPG Key ID: 6A9F111228283C55
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class Discord extends Core {
team: v.status
}
});
state.maxplayers = json.presence_count;
state.raw = json;
}
}