UNPKG

growtopia-details

Version:

This module allows you to get online growtopia players count and some things more..

5 lines (4 loc) 119 B
let gt = require("./index"); gt.getDetail().then(e=>{ console.log(`${e.onlineUsersCount} Players Online!`); })