Exemplo n.º 1
0
 /// <summary>
 ///     Gets the vanity invite URL of this guild.
 /// </summary>
 /// <param name="options">The options to be used when sending the request.</param>
 /// <returns>
 ///     A partial metadata of the vanity invite found within this guild.
 /// </returns>
 public Task <RestInviteMetadata> GetVanityInviteAsync(RequestOptions options = null)
 => GuildHelper.GetVanityInviteAsync(this, Discord, options);