Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/katsusucks/midori.js

Midori.js provides users with ready-made features that are simple to utilize.
https://github.com/katsusucks/midori.js

aoi-js bot discord discord-api discord-bot discord-js discordbot discordjs midori-js

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        




midori.js

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

[Check our docs](https://docs.midorijs.tk)


[Report a bug](https://discord.gg/xPURT2B3sA)


[Discord server](https://discord.gg/xPURT2B3sA)

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

Install

```js
npm i [email protected]
```

---
* Setup

```js
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](https://discord.gg/KTFnKuPSqW)


[Docs](https://team-hype.gitbook.io/midori.js/starting/setup)

* Developers

ZeRealOne


ItsHyper