FunctionsMisc$readyTimestampOn this page$readyTimestamp Retrieves the timestamp when the bot became ready. Parameters This function does not require any parameters. Example <AoiClient>.addCommand({ name: "get-ready-timestamp", code: ` $readyTimestamp `,});