fetchGuildPreview method

Future<GuildPreview> fetchGuildPreview(
  1. Snowflake guildId
)

This endpoint is only for public guilds if bot is not int the guild.

Implementation

Future<GuildPreview> fetchGuildPreview(Snowflake guildId) async =>
  this.httpEndpoints.fetchGuildPreview(guildId);