1.2.5 • Published 4 years ago

abcapi v1.2.5

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

abcAPI

  • The official module for the arcane-botcenter.xyz's API

Example:
const abcAPI = require('abcAPI');

const { Client } = require('discord.js'),
    client = new Client();

client.login('Bot TOKEN');

client.on('ready',() => {
     abcAPI.login('API Key', client.user.id);
     abcAPI.post(client.guilds.size, client.users.size, "Number of shards");
});

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago