This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

aoi.js-custom

1.7.7-dev • Public • Published

setup

const handler = new Handler({ bot:bot,// your bot client. (required) aoijs:aoijs,// aoi.js variable you have defined as. (required) varfile:"vars.js",//variables file. callbackfile:"callbacks.js",//callbacks file. commandsfolder:"/commands/",//commands folder. statusfolder:"/status/"//statuses folder. })

how to use

const aoijs = require("aoi.js"); const { Handler } = require("aoi.js-plugins");

const bot = new aoijs.Bot({ token: "your very secret token", //Discord Bot Token prefix: "abcdefg", //Discord Bot Prefix intents: "all" //Discord Intents });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i aoi.js-custom

Weekly Downloads

0

Version

1.7.7-dev

License

none

Unpacked Size

288 kB

Total Files

44

Last publish

Collaborators

  • d.js-bdscript