- Built-in support of database by default and ready for multipurpose.
- Built-in 630+ functions, simple and easy to learn.
- Simple to learn, all in string-based and compact.
- Support of extensions available to be used by the community.
node.js 16.9.0 or newer is required.
npm install aoi.js
yarn add aoi.js
const aoijs = require("aoi.js");
const bot = new aoijs.AoiClient({
token: "Discord Bot Token",
prefix: "Discord Bot Prefix",
intents: ["MessageContent", "Guilds", "GuildMessages"],
events: ["onMessage"]
});
// Ping Command Example
bot.command({
name: "ping",
code: `Pong! $pingms`
});
Aoi.js is not affiliated or associated with Discord or any other services.