FunctionsModulefs$readFileOn this page$readFile This function reads the contents of a file at the specified path. Parameters ParameterDescriptionfilePathPath to the file to read the contents of. Example <AoiClient>.addCommand({ name: "misc", code: ` $readFile[path/to/file.txt] `,});