Socket
Socket
Sign inDemoInstall

disaoi.js

Package Overview
Dependencies
3
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    disaoi.js

disaoi.js


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

  • $ver [kiss] [handhold] [nom] [poke] [glomp] [waifu] [shinobu] [oppai]
  • $nsfw (function in docs) (i was forced to add)
  • Command handler (by using fs)
  • Aoi.js v6 support
  • Minor changes

Install

npm i midori.js

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

const bot = new AoiClient({
    token: "DISCORD_BOT_TOKEN",
    intents: ["messageContent", "guilds", "guildMessages"],
    prefix: "DISCORD_BOT_PREFIX"
})


const { Plugins } = require("midori.js"); 
const plugins = new Plugins({ bot:bot }); 
plugins.loadPlugins(); 


bot.onMessage()


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

Support Server
Docs

  • Developers

ZeRealOne
ItsHyper

Keywords

FAQs

Last updated on 10 Dec 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc