lower default anipulse values

master
Kit Kasune 3 years ago
parent 2315afd7fb
commit 989e3e72fb
  1. 2
      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()) {

Loading…
Cancel
Save