Poop in, bomb out.

This commit is contained in:
Boris Grozev 2018-02-09 11:23:47 -06:00
parent 2a2e763ca9
commit 86181408e6
2 changed files with 4 additions and 4 deletions

BIN
images/emojis/poop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -18,17 +18,17 @@ const REACTIONS = [
];
// FIXME Pretend there's a list of supported reactions (i.e. reaction buttons).
REACTIONS.push('bomb');
REACTIONS.push('heart');
REACTIONS.push('poop');
REACTIONS.push('thumbsup');
REACTIONS.push('thumbsdown');
REACTIONS.push('bulb');
REACTIONS.push('clap');
REACTIONS.push('fistbump');
REACTIONS.push('heart');
REACTIONS.push('highfive');
REACTIONS.push('perfect');
REACTIONS.push('sleep');
REACTIONS.push('star');
REACTIONS.push('thumbsdown');
REACTIONS.push('thumbsup');
for (let i = 1; i < 11; ++i) {
REACTIONS.push(`smiley${i}`);