Add some reactions

This commit is contained in:
syuilo 2017-05-28 20:12:22 +09:00
parent 3b7baa0551
commit dff15d74cb
8 changed files with 19 additions and 1 deletions

View file

@ -26,7 +26,10 @@ module.exports = (params, user) => new Promise(async (res, rej) => {
'laugh',
'hmm',
'surprise',
'congrats'
'congrats',
'angry',
'confused',
'pudding'
]).$;
if (reactionErr) return rej('invalid reaction param');