midori.js

4.1.9 • Public • Published

midori.js

The most powerful string package to create a discord bot with custom features having aoi.js features!

Check our docs
Report a bug
Discord server

  • New Features
  • Supports aoi.js 6.2.6
  • Fixed all bugs

Install

npm i midori.js@v4.1.9

  • Setup
const {AoiClient} = require("aoi.js");

const bot = new AoiClient({
token: "BOT_TOKEN",
prefix: "PREFIX",
intents: ["MessageContent", "Guilds", "GuildMessages"],
  events: [
      "onMessage",
      "onInteractionCreate"
    ]
})



const { Plugins } = require("midori.js"); //Adds midori.js package
const plugins = new Plugins({ bot:bot }); //Sets the plugins
plugins.loadPlugins(); //Then load them


bot.command({
  name : "meme",
  code : `$meme`
})





  
  • Links

Support Server
Docs

  • Developers

ZeRealOne
ItsHyper

Package Sidebar

Install

npm i midori.js

Weekly Downloads

0

Version

4.1.9

License

MIT

Unpacked Size

27.2 kB

Total Files

10

Last publish

Collaborators

  • itshyper
  • ze-real-one