mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-07 05:03:51 +09:00
🙌
This commit is contained in:
@ -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('🙌');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user