2.0.3 ā€¢ Published 2 years ago

discord-bot-plugins v2.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

discord-bot-plugins

šŸŽ‰ A custom client with support for community made plugins :) šŸŽ‰ With discord.js:

const { DClient } = require("discord-bot-plugins");
const client = new DClient();

client.plugins.use("plugin here"); // DO NOT DO THIS THIS PLUGIN IS INVALID AND ONLY FOR LEARNING SHOWOFF
client.login("Your token");

With Eris:

const { EClient } = require("discord-bot-plugins");
const client = new EClient("YOUR TOKEN"); //how eris works :/

client.plugins.use("plugin here"); // DO NOT DO THIS THIS PLUGIN IS INVALID AND ONLY FOR LEARNING SHOWOFF

Making a plugin:

module.exports.load = async (client) => {
  //your code here
};

any issues? feel free to join my Discord

ā¤ Typings by CasperTheGhost and made with ā¤

2.0.3

2 years ago

1.1.1

3 years ago

2.0.2

3 years ago

1.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.2

3 years ago

1.0.0

3 years ago