mirror of
https://github.com/syuilo/ai.git
synced 2025-01-31 15:39:10 +00:00
🙌
This commit is contained in:
parent
f36a63c23e
commit
d5a34144f0
1 changed files with 2 additions and 0 deletions
|
@ -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, ['寿司', 'sushi']) || note.text === 'すし') return react('🍣');
|
||||
|
||||
if (includes(note.text, ['藍'])) return react('🙌');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue