1.2.7 • Published 3 years ago

mee7 v1.2.7

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

About

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

install

Table Of Contents

Installation

npm i mee7

  • Node.js 14.0.0 or newer is required.

  • Only compatible with discord.js 13.0.0.

Example Usage

const Client = require("mee7");
const client = new Client("BOT_TOKEN");

client.ready({
  display: "Client Online",
  status: "online",
  presence: {
    name: "Hellow World!",
    type: "PLAYING"
  }
});

client.connect({
  rateLimitMember: 15,
  commandName: "help",
  register: "CHANNEL_LOGS",
  prefix: "-",
  ignore: ["GUILDS_IGNORE"],
  debug: "BUG_CHANNEL_LOGS"
});
1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.0.0

3 years ago