Giter Site home page Giter Site logo
Discord Boats photo

discordboats Goto Github PK

repos: 11.0 gists: 0.0

Name: Discord Boats

Type: Organization

Bio: A growing directory of Discord bots to enhance your server - Find the perfect bot for your needs and add it to your server easily, quickly and for free

Twitter: discordboats

Location: Tel Aviv, Israel

Blog: https://discord.boats

DEPRECATED

The website this module is for has shutdown.

NPM

Boats.js

The official https://discord.boats API wrapper for Node.js

Installation

Simply run npm i boats.js (or yarn add boats.js)

Usage

Init:

const BoatsClient = require('boats.js');
const Boats = new BoatsClient('API TOKEN', 'API VERSION (optional, either "v1" or "v2")');

Posting Bot Server Count:

Boats.postStats(SERVER_COUNT, 'BOT_ID').then(() => {
  console.log('Successfully updated server count.');
}).catch((err) => {
  console.error(err);
});

Getting Bot Info:

Boats.getBot('BOT_ID').then((bot) => {
  console.log(bot);
}).catch((err) => {
  console.error(err);
});

Getting User Info:

Boats.getUser('USER_ID').then((user) => {
  console.log(user);
}).catch((err) => {
  console.error(err);
});

Checking if a user voted your bot:

Boats.getVoted('BOT_ID', 'USER_ID').then((voted) => {
  console.log(voted);
}).catch((err) => {
  console.error(err);
});

License

MIT

Discord Boats's Projects

boats.dbm icon boats.dbm

The official Discord Bot Maker mod for the Discord.Boats API

boats.js icon boats.js

The official discord.boats API wrapper for NodeJS

boats.net icon boats.net

The official discord.boats API wrapper for C#

boats.py icon boats.py

The official discord.boats API wrapper for Python

boats4j icon boats4j

The official discord.boats API wrapper for Java

modboat-old icon modboat-old

The moderation bot for Discord.Boats - Fork of Nino, a bot made by the Discord Boats community moderators

starboard icon starboard

Official starboard bot for Discord Boats, made by August.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.