UNPKG

bots-of-thrones

Version:
9 lines (8 loc) 154 B
var GotBot = function GotBot () { this.params = { as_user: false } this.quip = '', this.trigger = function(data) {} } module.exports = GotBot