const vk = require ( 'node-vk-bot-api' ) ; const bot = new VkBot ( "38655144e244ee2e0c9443d78bb6a3cd131c3d1b4c6cdb6342cf2da25ff05fb97ceae68124ade0928cdaa" ) ; bot . startPolling ( ( ) => { console . log ( 'Hellow World ' ) ; } ) ;