UNPKG
snarl
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.0
0.2.0
Simple chat bot for Slack, extensible with plugins.
github.com/martindale/snarl
martindale/snarl
snarl
/
lib
/
events.js
5 lines
(4 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
module.exports
= [ { type:
'team_join'
, name:
'user:new'
, trigger:
'{USER:NEW}'
}, { type:
'reaction_added'
, name:
'reaction:new'
, trigger:
'{REACTION:NEW}'
}, ]
;