mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +00:00
✋をパー扱いにするように (#77)
This commit is contained in:
parent
e9df785050
commit
bbf15b2ffd
|
@ -58,7 +58,7 @@ export default class extends Module {
|
||||||
switch (reaction) {
|
switch (reaction) {
|
||||||
case '✊': return react('🖐', true);
|
case '✊': return react('🖐', true);
|
||||||
case '✌': return react('✊', true);
|
case '✌': return react('✊', true);
|
||||||
case '🖐': return react('✌', true);
|
case '🖐': case '✋': return react('✌', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
return react(reaction);
|
return react(reaction);
|
||||||
|
|
Loading…
Reference in a new issue