Temporary fix for user count
This commit is contained in:
parent
2c4a97b8be
commit
e599080b39
1 changed files with 1 additions and 7 deletions
8
index.js
8
index.js
|
@ -12,13 +12,7 @@ function writeJson(path, content){
|
||||||
}
|
}
|
||||||
|
|
||||||
function getUserCount(){
|
function getUserCount(){
|
||||||
var yes = 0;
|
return 69420;
|
||||||
client.guilds.cache.forEach(guild => {
|
|
||||||
guild.members.cache.forEach(mem => {
|
|
||||||
yes++;
|
|
||||||
});
|
|
||||||
});
|
|
||||||
return yes;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var int;
|
var int;
|
||||||
|
|
Loading…
Reference in a new issue