UNPKG
growtopia-details
Version:
latest (99.99.99)
99.99.99
This module allows you to get online growtopia players count and some things more..
growtopia-details
/
test.js
5 lines
(4 loc)
•
119 B
JavaScript
View Raw
1
2
3
4
5
let
gt =
require
(
"./index"
); gt.
getDetail
().
then
(
e
=>
{
console
.
log
(
`
${e.onlineUsersCount}
Players Online!`
); })