Skip to content

CorwinDev/Botscord-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botscord API Documentation

version: 1.0.4

Introduction

const botscord = require('botscord');
var botscordToken = 'botscordToken'; // Get this from https://botscord.xyz/bot/<botID>/settings
var client = "Discord.js Client Object";// Your discord.js client
const botscord_client = new botscord(botscordToken, client);

Post serverCount

client.on('ready', () => {
    botscord_client.serverCount();
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors