mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 07:37:22 +09: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…
x
Reference in New Issue
Block a user