module.exports = { onInput: function(input) { this.name = input.name; this.channel = input.channel; } };