guilds property

Cache<Snowflake, Guild> guilds

All of the guilds the bot is in. Can be empty or can miss guilds on (READY_EVENT).

Implementation

Cache<Snowflake, Guild> get guilds;