discord-bot-plugins
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.3
    1
    • latest

Version History

Package Sidebar

Install

npm i discord-bot-plugins

Weekly Downloads

1

Version

2.0.3

License

ISC

Unpacked Size

6.03 kB

Total Files

9

Last publish

Collaborators

  • tovade