šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Book a DemoInstallSign in
Socket

discord-bot-plugins

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-bot-plugins

A custom client for discord bots to support plugins!

2.0.3
latest
Source
npm
Version published
Weekly downloads
8
300%
Maintainers
1
Weekly downloads
Ā 
Created
Source

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 ā¤

FAQs

Package last updated on 23 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts