Skip to content

Midori.js provides users with ready-made features that are simple to utilize.

Notifications You must be signed in to change notification settings

katsusucks/Midori.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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