Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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`);
 
PREVIOUS NEXT
Tagged: #servers #discord #bot
ADD COMMENT
Topic
Name
3+8 =