browse through the source if you're interested in how to make a plugin for ziggy.
var ziggy = require('ziggy'),
plugin = require('ziggy-example-plugin'),
bot = ziggy.createZiggy({ plugins: [plugin] })
.. you're done.
browse through the source if you're interested in how to make a plugin for ziggy.
var ziggy = require('ziggy'),
plugin = require('ziggy-example-plugin'),
bot = ziggy.createZiggy({ plugins: [plugin] })
.. you're done.