mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
Update[emoji-react]反応ワードの一部入れ替え
This commit is contained in:
parent
2f58ad8fa9
commit
9358a91f50
1 changed files with 2 additions and 1 deletions
|
@ -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:');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue