discord.getGuild retrieve one Discord server by ID.
automations/discord-get-guild.automation.ts
Inputs
RequiredguildId; optional withCounts defaults to false. Optional second argument { account } selects the Discord binding.
Output
Returns aDiscordGuild. When withCounts is true, it also includes approximateMemberCount and approximatePresenceCount.