fetchGuild abstract method
Returns guild with given guildId
If withCounts
is set to true, then guild will have IGuild.approximateMemberCount
and IGuild.approximatePresenceCount
present.
Implementation
Future<IGuild> fetchGuild(Snowflake guildId, {bool? withCounts = true});