myarena.io
v1.0.1
Published
A module created for CS: GO servers that are rented on MyArena
Downloads
4
Maintainers
Readme
myarena.io
Description
[EN] A module created for servers that are rented on MyArena.ru [RU] Модуль создан для серверов, которые арендуются на MyArena.ru
Installation
npm i myarena.io
Example
const { MyArena } = require('myarena.io')
const server = new MyArena({
csgo: {
token: process.ENV.TOKEN
}
})
(async () => {
let getMaps = await server.csgo.getMaps()
console.log(balance)
})