Add some reactions
This commit is contained in:
parent
3b7baa0551
commit
dff15d74cb
8 changed files with 19 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue