Update[emoji-react]反応ワードの一部入れ替え

This commit is contained in:
na2na 2022-02-21 09:55:58 +09:00
parent 2f58ad8fa9
commit 9358a91f50

View file

@ -86,6 +86,7 @@ export default class extends Module {
if (includes(note.text, ['ぷりん'])) return react('🍮');
if (includes(note.text, ['寿司', 'sushi']) || note.text === 'すし') return react('🍣');
if (includes(note.text, ['藍'])) return react('🙌');
if (includes(note.text, ['ずなず']) || includes(note.text, ['ずにゃず'])) return react('🙌');
if (includes(note.text, ['なず']) || includes(note.text, ['にゃず'])) return react(':google_hart:');
}
}