Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/katsusucks/midori.js
- Owner: katsusucks
- Created: 2022-10-25T05:12:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T02:43:18.000Z (over 1 year ago)
- Last Synced: 2024-10-12T17:04:22.769Z (about 1 month ago)
- Topics: aoi-js, bot, discord, discord-api, discord-bot, discord-js, discordbot, discordjs, midori-js
- Language: JavaScript
- Homepage: https://docs.midorijs.tk
- Size: 2.37 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 bugsInstall
```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 thembot.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