Socket
Socket
Sign inDemoInstall

aoi.parser

Package Overview
Dependencies
28
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aoi.parser

A parser for Aoi.js' Message System


Version published
Weekly downloads
39
decreased by-56.18%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Installation

node.js 17.0.0 or newer is required.

npm install aoi.parser
yarn add aoi.parser

Setup

const { Util } = require("aoi.js");
const { setup } = require("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

Keywords

FAQs

Last updated on 09 May 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc