Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ aoi.js Public
forked from aoijs/aoi.js

aoi.js - A package to create powerful Discord Bots with built-in string functions.

License

Notifications You must be signed in to change notification settings

DikaaX1/aoi.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoi.js v6

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()

About

aoi.js - A package to create powerful Discord Bots with built-in string functions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published