Skip to content
forked from aoijs/aoi.js

aoi.js - Library that simplifies coding for developing your Discord Bot

License

Notifications You must be signed in to change notification settings

SlayerXD444/aoi.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


aoi.js

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
  • Optimized and customizable
  • 500+ functions available

The successor of dbd.js

Installation

Node.JS 16.6.0 or newer is required.

npm install aoi.js

Setting up

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]]`
})

Optional packages

  • 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

About

aoi.js - Library that simplifies coding for developing your Discord Bot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%