1.0.1 • Published 1 year ago

disaoi.js v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 nom glomp shinobu
  • $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