aoi.js is a package with customization and ready-to-use functions to make Discord Bots with ease.
- Interaction Commands Support
- Optimized and customizable
- 500+ functions available
The successor of dbd.js
Node.JS 16.6.0 or newer is required.
npm install aoi.js
const aoijs = require("aoi.js")
const bot = new aoijs.Bot({
token: "TOKEN", //Discord Bot Token
prefix: "PREFIX", //Discord Bot Prefix
intents: "all" //Discord Intents
})
//Events
bot.onMessage()
//Command Example
bot.command({
name: "ping",
code: `Pong! \`$ping\`ms`
})
//Ready Event
bot.readyCommand({
channel: "",
code: `$log[Ready on $userTag[$clientID]]`
})
- ffmpeg-static for allowing Music Filters to run smoothly (
npm install ffmpeg-static
)
aoi.js is made possible by Akarui Development.
A team of Developers that create packages.
Owned by Leref
aoi.js is available and open source for the community to explore and contribute for future updates.
Please read Contributing