をパー扱いにするように (#77)

This commit is contained in:
nenohi 2021-04-07 15:16:25 +09:00 committed by GitHub
parent e9df785050
commit bbf15b2ffd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ export default class extends Module {
switch (reaction) {
case '✊': return react('🖐', true);
case '✌': return react('✊', true);
case '🖐': return react('✌', true);
case '🖐': case '✋': return react('✌', true);
}
return react(reaction);