An open API service indexing awesome lists of open source software.

https://github.com/corwindev/botscord-api


https://github.com/corwindev/botscord-api

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Botscord API Documentation
version: 1.0.4

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

```

## Post serverCount
```js
client.on('ready', () => {
botscord_client.serverCount();
}
```