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
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");
const plugins = new Plugins({ bot:bot });
plugins.loadPlugins();
bot.command({
name : "meme",
code : `$meme`
})
Support Server
Docs
ZeRealOne
ItsHyper