4.6.0 • Published 2 years ago

novabot.js v4.6.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

aoi.js

Discord Server NPM Version NPM Downloads

About

aoi.js is a package with customization and ready-to-use functions to make Discord Bots with ease.

  • Interaction Commands Support
  • Music features Support
  • 500+ functions available

The successor of dbd.js

Installation

Node.JS 12.0.0 or newer is required.

npm install aoi.js

Setup

const aoijs = require("aoi.js")

const bot = new aoijs.Bot({
token: "TOKEN", //Discord Bot Token
prefix: "PREFIX" //Discord Bot Prefix
})

//Events
bot.onMessage()

//Command Example
bot.command({
name: "ping",
code: `Pong! \`$ping\`ms`
})

//Ready Event
bot.readyCommand({
    channel: "",
    code: `$log[Ready on $userTag[$clientID]]`
})

Optional packages

  • @discordjs/opus for encoding, primarily used for Music (npm install @discordjs/opus)
  • ffmpeg-static for allowing Music Filters to run smoothly (npm install ffmpeg-static)

Akarui Development

aoi.js is made possible by Akarui Development. A team of Developers that create packages.

Owned by Leref

Links

Open Source

aoi.js is available and open source for the community to explore and contribute for future updates.

Please read Contributing