mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
✋をパー扱いにするように (#77)
This commit is contained in:
parent
e9df785050
commit
bbf15b2ffd
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue