1.0.1 • Published 5 years ago

myarena.io v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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)
})

README