aoi-ishh.js

1.0.2 • Public • Published

aoi-ishh.js

Additional aoi.js custom plugins package to have more aoi functions!

Install
npm i aoi-ishh.js


  • Setup
const aoijs = require("aoi.js"); 

const bot = new aoijs.Bot({
token: "DISCORD_BOT_TOKEN", 
prefix: "DISCORD_BOT_PREFIX",
intents: ["GUILDS","GUILD_MESSAGES"] 
});

bot.onMessage();


// ishh-aoi.js loading...

const { Plugins } = require("aoi-ishh.js"); 
const plugins = new Plugins({ bot: bot }); 

plugins.loadPlugins(); 

// Loading end!

Developers


Ishh
Toxic.

Package Sidebar

Install

npm i aoi-ishh.js

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

16.8 kB

Total Files

13

Last publish

Collaborators

  • ishh-xd