Answer the question
In order to leave comments, you need to log in
Why is the data not updating?
There is a taco code:
bot.on('ready', () => {
bot.setInterval(() => {
let myGuild = bot.guilds.get("655370251336286248")!
let memberCount = myGuild.memberCount;
let memberCountChannel = myGuild.channels.get("682994683948826684");
memberCountChannel.setName("Участников: " + memberCount);
}, 1000);
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question