feat: more meows
vi v@vt3e.cat
Sat, 21 Mar 2026 03:35:03 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
M
src/interactions/commands/meow.ts
→
src/interactions/commands/meow.ts
@@ -82,7 +82,7 @@ "",
]; function generateMeow(): string { - const wordCount = Math.floor(Math.random() * 6) + 3; // 3-8 meows + const wordCount = Math.floor(Math.random() * 15) + 3; // 3-8 meows const words: string[] = []; for (let i = 0; i < wordCount; i++) {