Answer the question
In order to leave comments, you need to log in
Why can't vk-io see private messages?
In general, I use vk-io,
const { VK } = require('vk-io');
const vk = new VK({
token: 'токен'
});
vk.updates.hear(/^(?:!test)/iu, async msg => {
console.log(msg)
})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question