chalda / DiscordBot

A chat bot for discord app based off discord.js
GNU General Public License v2.0
574 stars 357 forks source link

Updated the way to get the number of joined servers. #211

Closed ZirixCZ closed 2 years ago

ZirixCZ commented 2 years ago

There is no reason to copy the thing to an array with .array().length just to get the size. Used the .size approach instead.