mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 04:27:16 +09: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…
x
Reference in New Issue
Block a user