You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

dodoplugins.js

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dodoplugins.js

an package dedicated to aoi.js v6 which loads few custom supposedly special functions

1.0.1-1
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

dodoplugins.js

An package dedicated to aoi.js v6 which loads few custom supposedly "special" functions.

Disclaimer

This package (dodoplugins.js) is not made by official aoi.js developers, and so therefore, do not request support for the package's function in their official support server. instead request the support for it by either joining our support server or from Github Issues.

What is this?

An package for aoi.js v6 as a plugin that loads some of the custom functions it has, for example $sendColoredLog

Setup

npm i dodoplugins.js

This will install the npm version of the package.

Additionally you can install the dev version of the package using the Github URL.

npm i https://github.com/dodoGames-s-Studios/dodoplugins.js

You then load the package with the following

// define clients
const { Plugins } = require("dodoplugins.js")
const { AoiClient } = require("aoi.js");
// setup aoi.js first
const bot = new AoiClient({
    token: "DISCORD BOT TOKEN",
    prefix: "DISCORD BOT PREFIX",
    intents: ["MessageContent", "Guilds", "GuildMessages"],
    events: ["onMessage", "onInteractionCreate"]
});

// load it
const plugins = new Plugins({ bot:bot }); 
plugins.loadPlugins(); 

This will enable all custom functions that were created in the package.

This is Optional, So Check Links at Your own Discretion.

Credits

The source code on how this was setup belongs to Kawaii#7615, thank him/her later for the aoi.js plugins tutorial later.

  • Kawaii#7615: for the aoi.js plugins tutorial later.
  • Blur: for helping me on getting this package to work.
  • InikoMatthewPro: for publishing the package on npm.

Keywords

aoi.js

FAQs

Package last updated on 07 Apr 2023

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