Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@akarui/aoi.parser

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akarui/aoi.parser

A parser for Aoi.js' Message System

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
2
Created
Source
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:
            💀
        }
    }
]
  • Docs
  • NPM
  • GitHub

License

Apache-2.0

Contributors

aoi.parser-contributors

Keywords

aoi.js

FAQs

Package last updated on 24 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts