all repos — stealth-developers @ eea31754b6ebbd92fd77be1f9394696bec84c30a

feat: more meows
vi v@vt3e.cat
Sat, 21 Mar 2026 03:35:03 +0000
commit

eea31754b6ebbd92fd77be1f9394696bec84c30a

parent

85ecb273d60ce580e746f38712354e8cec2ec832

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/interactions/commands/meow.tssrc/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++) {