Skip to content

Commit

Permalink
Add fofy
Browse files Browse the repository at this point in the history
  • Loading branch information
hchoki committed Nov 6, 2023
1 parent 1eadd4f commit 44ac586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/messageCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = (client, message) => {
}

// Cat message logic
const catWords = /\b(cat\b|gat|meow\b|choki\b|owo\b)/i;
const catWords = /\b(cat\b|gat|meow\b|choki\b|owo\b|fofyra\b|fofy\b|fofi\b)/i;
if (catWords.test(message.content)) {
message.reply(`https://cataas.com/cat?a=${+Math.floor(Math.random() * 9999)}`);
}
Expand Down

0 comments on commit 44ac586

Please sign in to comment.