mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 05:08:00 +00:00
🙌
This commit is contained in:
parent
f36a63c23e
commit
d5a34144f0
|
@ -67,5 +67,7 @@ export default class extends Module {
|
||||||
if (includes(note.text, ['ぴざ'])) return react('🍕');
|
if (includes(note.text, ['ぴざ'])) return react('🍕');
|
||||||
if (includes(note.text, ['ぷりん'])) return react('🍮');
|
if (includes(note.text, ['ぷりん'])) return react('🍮');
|
||||||
if (includes(note.text, ['寿司', 'sushi']) || note.text === 'すし') return react('🍣');
|
if (includes(note.text, ['寿司', 'sushi']) || note.text === 'すし') return react('🍣');
|
||||||
|
|
||||||
|
if (includes(note.text, ['藍'])) return react('🙌');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue