Skip to content

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

License

Notifications You must be signed in to change notification settings

Androz2091/abcAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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 Token", client.user.id); // => require to use this module, log in to abcAPI
    abcAPI.update(client); // => updates every 10 minutes
    abcAPI.post(client); // => made simple post to this abcAPI
});

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%