🎉 aoi.parser v1.2.6 is released. Read more →
aoi.parserHomeHomeDocumentationDocumentationChangelogChangelog
GitHubGitHub (opens in a new tab)
  • Installation
  • Quickstart
  • Functions
    • Create AST
    • Parse
    • Parse Chat Input Options
  • Parsers
    • Embed Parser
    • Component Parser
    • File Parser
    • Options Parser
  • Home
  • Documentation
    • Installation
    • Quickstart
    • Functions
      • Create AST
      • Parse
      • Parse Chat Input Options
    • Parsers
      • Embed Parser
      • Component Parser
      • File Parser
      • Options Parser
  • Changelog
Question? Give us feedback → (opens in a new tab)Edit this page
Documentation
Functions
Create AST

createAst()

createAst() is the function that creates the AST of the parser.

createAst(
	`{newEmbed:
        {title:hi}
        {description:hello}
        {color:Random}
        {timestamp}
        {footer:hi}
    }`
);
QuickstartParse

2023 © USERSATOSHI & Neodevils. All rights reserved.