mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
index.ts
This commit is contained in:
parent
9d8a99ddfc
commit
11ee11f700
1 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,11 @@ export default class extends Module {
|
|||
|
||||
if (includes(note.text, ['pizza'])) return react('🍕');
|
||||
if (includes(note.text, ['Pudding'])) return react('🍮');
|
||||
if (includes(note.text, ['Penis','bulging','dick','wang','peepee'])) return react('🍆');
|
||||
if (includes(note.text, ['booty','ass','butt','twerk'])) return react('🍑');
|
||||
if (includes(note.text, ['vagene','taco'])) return react('🌮');
|
||||
if (includes(note.text, ['bobs','booba','boobs','cherry','tatas'])) return react('🍒');
|
||||
if (includes(note.text, ['nuts','balls','sack'])) return react('🥜🥜');
|
||||
if (includes(note.text, ['sushi', 'sushi']) || note.text === 'Sushi') return react('🍣');
|
||||
|
||||
if (includes(note.text, ['Indigo'])) return react('🙌');
|
||||
|
|
Loading…
Reference in a new issue