Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

midori.js

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

midori.js

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

  • 4.1.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
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
  • 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

Keywords

FAQs

Package last updated on 01 Jul 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc