#Determine guild size if too large.
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Recently i had an issue that a guild wasn't cached due to the size being to large, so I had to manually call guild.chunk. Now if I can't get members due to guild not being chunked because it's too big, how can I know to chunk it manually?
The approximate number of members in the guild. Only available for manually fetched guilds.
New in version 2.3.
ahh yea i can fetch the guild then call that in on_guild_join smart