UNPKG

127 BJavaScriptView Raw
1'use strict'
2
3
4const debug = require('debug')('hubot-vk')
5
6module.exports = function adapter() {
7 debug('init')
8 return null
9}