FunctionsMisc$isDMOn this page$isDM Will check if the given user is private chat. Parameters ParameterDescriptionuserIduser id for check (optional) Example <AoiClient>.addCommand({ name: "misc", code: ` $replyMessage[DM: $isDM] `,});