1.0.2 • Published 2 years ago

aoi-ishh.js v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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!