1.0.1 • Published 5 years ago
myarena.io v1.0.1
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)
})