This commit is contained in:
syuilo 2020-11-08 16:32:44 +09:00
parent f36a63c23e
commit d5a34144f0

View file

@ -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('🙌');
} }
} }