mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
feat: 反応追加
This commit is contained in:
parent
66071446a3
commit
9c7bdaa394
1 changed files with 5 additions and 2 deletions
|
@ -69,8 +69,11 @@ export default class extends Module {
|
|||
if (includes(note.text, ['寿司', 'sushi']) || note.text === 'すし') return react('🍣');
|
||||
|
||||
if (includes(note.text, ['藍'])) return react('🙌');
|
||||
|
||||
if (includes(note.text, ['なでなで'])) return react(':y6ymef3aio1q3iwchjx0rwf5:');
|
||||
if (includes(note.text, ['なでて'])) return react(':blobcatpnd_onaka_nade:');
|
||||
if (includes(note.text, ['撫でて'])) return react(':blobcatpnd_onaka_nade:');
|
||||
if (includes(note.text, ['なでて', '撫でて'])) return react(':blobcatpnd_onaka_nade:');
|
||||
if (includes(note.text, ['眠い', '寝ようかな', 'ねようかな'])) return react(':ahutontabeteagemasyoune:');
|
||||
if (includes(note.text, ['さむい', '寒い'])) return react(':aa2luvzsqki2jnuq3emlaroc:');
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue