From 989e3e72fbdac46288500d40269fbc7a35eb5254 Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Mon, 31 Jan 2022 16:23:56 -0700 Subject: [PATCH] lower default anipulse values --- commands/dev/anipulse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/dev/anipulse.js b/commands/dev/anipulse.js index f6a11ee..bd28769 100644 --- a/commands/dev/anipulse.js +++ b/commands/dev/anipulse.js @@ -35,7 +35,7 @@ module.exports = { let nick = Array.from(client.misc.cache.chars.keys()).filter(x => !Array.from(client.misc.cache.charsID.values()).includes(x)).length; let charThresh = (options.chars !== undefined ? Number(options.chars) : 2); - let aniThresh = (options.anime !== undefined ? Number(options.anime) : 15); + let aniThresh = (options.anime !== undefined ? Number(options.anime) : 10); let lowChars = []; for await (const ani of AniData.find()) {