1.7.0 • Published 2 years ago

bfd v1.7.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

The most powerful string package to create a simple and fast Discord Bot.

NPM version AoiJS Server NPM downloads

Preview

English | Japanese | Spanish

Features

  • Powerful built-in made functions with simple usages.
  • Written in TypeScript to easily provide functional errors.
  • Updated with several extensions supported from Akarui Development sideloading.

Install

npm install aoi.js
yarn add aoi.js

Example

const { AoiClient } = require("aoi.js");

const bot = new AoiClient({
    token: "DISCORD BOT TOKEN",
    intents: ["Guilds", "GuildMessages", "MessageContent"],
    prefix: "DISCORD BOT PREFIX"
})

bot.addEvent("onMessage")

bot.commands.add("basicCommand", {
    name: "ping",
    code: `Pong! $pingms`
})

bot.start()
1.7.0

2 years ago

1.5.0

2 years ago

1.0.0

2 years ago