Skip to content

Arcane-Bot-Center/abcAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


abcAPI

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

Example:

Discord.js 11 and 12

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

Eris Sharder

//On your ready event 

const abcAPI = require('abcapi');
        abcAPI.login('token', this.bot.user.id);
        abcAPI.post(this.bot);

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published