UNPKG
bots-of-thrones
Version:
latest (0.0.2)
0.0.2
Winter is coming...
github.com/davekinkead/bots-of-thrones
davekinkead/bots-of-thrones
bots-of-thrones
/
lib
/
bots
/
got-bot.js
9 lines
(8 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
GotBot
=
function
GotBot
(
) {
this
.
params
= {
as_user
:
false
}
this
.
quip
=
''
,
this
.
trigger
=
function
(
data
) {} }
module
.
exports
=
GotBot