Answer the question
In order to leave comments, you need to log in
StatusBot (makes it show playing/watching/streaming/listening) discord turns off quickly. How to fix?
turns off very quickly if not activated how to fix it?
https://www.youtube.com/watch?v=T9H8jIJBqtg&t
https://github.com/sanichyut/status-bot
Answer the question
In order to leave comments, you need to log in
client.on("ready", () => {
client.login(config.token);
console.log(`Загружено!, ${client.user.tag}`)
});
Maybe I don’t understand something, but why are you logging in the bot twice? Try changing the code with the ready event toclient.on("ready", () => {
console.log(`Загружено!, ${client.user.tag}`)
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question