mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
✋をパー扱いにするように
This commit is contained in:
parent
15ae9c1db5
commit
152a5dea6b
1 changed files with 1 additions and 1 deletions
|
@ -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