Add new reaction: rip 😇

This commit is contained in:
syuilo
2018-08-11 21:08:34 +09:00
parent be68f42220
commit 4a5e145048
7 changed files with 9 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ export default function(reaction: string): string {
case 'congrats': return '🎉';
case 'angry': return '💢';
case 'confused': return '😥';
case 'rip': return '😇';
case 'pudding': return '🍮';
default: return '';
}