how to see in how many servers your discord bot is d.js
You need to use client.setActivity() and then use the client.guilds.cache.size value.
For example:
client.setActivity(`Currently in ${client.guilds.cache.size} servers`);
how to see in how many servers your discord bot is d.js
You need to use client.setActivity() and then use the client.guilds.cache.size value.
For example:
client.setActivity(`Currently in ${client.guilds.cache.size} servers`);
discord bot status javascript
//in your main bot file
client.on('ready', () => {
client.user.setActivity({
name: "A Game",
type: "PLAYING"
});
});
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us