all repos — stealth-developers @ bf2ad55075d10d4943ca1a92e5380dc31036b55c

feat(uwuify): disable rate limit
vi v@vt3e.cat
Sat, 21 Mar 2026 21:50:49 +0000
commit

bf2ad55075d10d4943ca1a92e5380dc31036b55c

parent

e1b0fc95d2fdde952a058f01168ad41f9faab892

2 files changed, 3 insertions(+), 3 deletions(-)

jump to
M src/events/messageCreate.tssrc/events/messageCreate.ts

@@ -37,8 +37,8 @@ .get();

if (userPref?.uwuifyMessages !== "enabled") return false; - // Check rate limit - const allowed = await checkUwuifyRateLimit(message.author.id); + // const allowed = await checkUwuifyRateLimit(message.author.id); + const allowed = true; if (!allowed) { const info = await getRateLimitInfo(message.author.id); const resetTime = info?.resetAt
M src/interactions/commands/meow.tssrc/interactions/commands/meow.ts

@@ -64,7 +64,7 @@ "mowww",

"mao", ]; -const suffixes = ["~", "!!", "!?", "?!", "...", "!11", "", "♡", "✧"]; +const suffixes = ["~", "!!", "!?", "?!", "...", "!11", "", "✧"]; const prefixes = ["m-", "", "", ""]; const emoticons = [ ">w<",