0.0.5 • Published 3 years ago

disboard v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Disboard

Disboard is a powerful Node.js module that allows you to easily interact with the Discord API.

install

Table of Contents

Installation

npm i disboard

  • Node.js 14.0.0 or newer is required.

  • Only compatible with discord.js 13.0.0 or higher.

Example Usage

const { Client, MessageEmbed, Intents } = require("discord.js");
const client = new Client({ intents: [ 512, 4, 8, 64, 128, 1024 ] });
const Disboard = require("disboard");
const disboard = new Disboard("BOT_TOKEN");

disboard.on(client, {
  toRegister: "RESPONSE_CHANNEL",
  ignore: ["GUILDS_IGNORE"],
  debug: "RESPONSE_CHANNEL",
  embed: MessageEmbed
});

Help

If you don't understand something in the explication, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our Official Server.

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago