const msgText = msg.text.split(' ').slice(2).join(' ');
const attachment = msg.attachmets.map((attachment) => {
return `${attachment.type}${attachment.ownerId || attachment.authorId}_${attachment.id}`
}).join(',');
vk.api.messages.send({
user_id: ID,
message: ` │ ${msgText}`,
attachment