Advertisement
Guest User

Untitled

a guest
Dec 13th, 2021
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module.exports = (bot) => {
  2.     console.log(`
  3.     ${bot.user.tag}
  4.     ${bot.guilds.cache.size} servers
  5.     ${bot.users.cache.size} users.`);
  6.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement