Interface IGuildVanityUrl
public interface IGuildVanityUrl
Properties
Code
The vanity URL code for the guild.
string? Code { get; }
Property Value
Uses
The number of times this vanity URL has been used.
int Uses { get; }
public interface IGuildVanityUrl
The vanity URL code for the guild.
string? Code { get; }
The number of times this vanity URL has been used.
int Uses { get; }