Bot help I need help!

module.exports = async (client) => {
console.log([API] Logged in as ${client.user.username});
await client.user.setActivity(“${client.guilds.size} servers!”, {
type: “STREAMING”,//can be LISTENING, WATCHING, PLAYING, STREAMING
});
};

How do I fix this?

Hi, what errors are you facing?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.