xbl-api

This package is the official API package of the X-Node Bot List.

Usage no npm install needed!

<script type="module">
  import xblApi from 'https://cdn.skypack.dev/xbl-api';
</script>

README

X-Node Bot List API

Bu modül X-Node Bot Liste'sinin orijinal npm paketidir.

X-Node Bot List Sunucumuz


İndirme

npm i xbl-api

yarn add xbl-api

Kullanım

const Xapi = require('xbl-api');

const xbl = new Xapi(client);

// Olaylar

// "İstatistikler gönerildi mi?" için:

xbl.on('posted', () => console.log('Veriler aktarıldı.'));

// "Hata aldım mı?" için:

xbl.on('error', error => console.error(error));