aoiblob.js

1.0.4 • Public • Published

aoiblob.js

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

  • V6 Supported
  • New version, 1.0.4

Install

npm i aoiblob.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("aoiblob.js"); 
const plugins = new Plugins({ bot:bot }); 
plugins.loadPlugins(); 


bot.onMessage()


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

$meme $nsfw[ass, hentai] $animal[duck, duck2] $ver[oppai, shinobu, glomb, poke, nom, handhold, kiss, hug, maid, uniform, selfie] $pat[typea, typeb] $hug[typea, typeb] $quote[typea, typeb] $pikachu[image, image2] $panda[panda, fact] $cat[cat, fact] $fact[dog, bird] $dog $varExists[variable] $neko $i[This is just a comment.]

Package Sidebar

Install

npm i aoiblob.js

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

16.3 kB

Total Files

4

Last publish

Collaborators

  • blobdiscord