@akarui/aoi.parser
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published
aoiparser

A custom parser to upgrade aoi.js existing parsers to latest features

Installation

node.js 17.0.0 or newer is required.

npm install @akarui/aoi.parser
yarn add @akarui/aoi.parser

Setup

const { Util } = require("aoi.js");
const { setup } = require("@akarui/aoi.parser");

setup(Util);

Example

//  example on sending a embed with 1 button
$sendMessage[
    {newEmbed:
        {title:Hello World}
        {description:This is an example}
        {color:Random}
        {footer:This is a footer}
    }
    {actionRow:
        {button:
            Label:
            1:
            customid:
            no:
            💀
        }
    }
]

Links

License

Apache-2.0

Contributors

aoi.parser-contributors

Package Sidebar

Install

npm i @akarui/aoi.parser

Weekly Downloads

67

Version

1.0.1

License

Apache-2.0

Unpacked Size

501 kB

Total Files

30

Last publish

Collaborators

  • usersatoshi
  • leref
  • akaruiteam