Using client values in commands

This one is easy. If you want any value from the client object, normally, you'd do this:

client.guilds.size;

However, in Commando, you have to use this to get these values.

this.client.guilds.size;

It's really that simple!

Last Updated: 1/4/2019, 3:46:06 AM