Home

An aoi.js plugin that makes writing parsers way easier and readable.

Available options

  • Message Parser
  • ChatInput Option Parser

Setup

Installation
npm i aoi.parser
Setting up the parser
const { Util } = require("aoi.js");
const { setup } = require("aoi.parser");
 
/*
This will update All the parsers in aoi.js
*/
setup(Util);
📦

Available on npm: NPM (opens in a new tab)