diff --git a/index.js b/index.js index 2058a47..aeea96d 100644 --- a/index.js +++ b/index.js @@ -12,13 +12,7 @@ function writeJson(path, content){ } function getUserCount(){ - var yes = 0; - client.guilds.cache.forEach(guild => { - guild.members.cache.forEach(mem => { - yes++; - }); - }); - return yes; + return 69420; } var int;