Skip to content

$getArray

$getArray will return the given array in raw format.

Usage

$getArray[name]

Parameters

FieldTypeDescriptionRequired
namestringArray name.true

Example(s)

1
client.command({
2
name: "getArray",
3
code: `
4
$getArray[array]
5
$createArray[array;aoi.js;akarui;documents;bot]
6
`
7
});