Answer the question
In order to leave comments, you need to log in
My bot changes the number of people once why?
async function change() {
let members = client.guilds.cache.get("891189300375457792").memberCount
client.channels.cache.get('891189300375457792').setName(`On server: ${members}`);
}
var interval = setInterval(function () { change(); }, 20000 );
Answer the question
In order to leave comments, you need to log in
Discord has a limit on the number of channel name changes. Update information every 10 minutes.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question