Fix guild tag badge URL helper (#3161)
This commit is contained in:
@@ -293,6 +293,6 @@ namespace Discord
|
|||||||
/// A URL to the guild tag badge.
|
/// A URL to the guild tag badge.
|
||||||
/// </returns>
|
/// </returns>
|
||||||
public static string GetGuildTagBadgeUrl(ulong guildId, string badgeHash)
|
public static string GetGuildTagBadgeUrl(ulong guildId, string badgeHash)
|
||||||
=> $"{DiscordConfig.CDNUrl} guild-tag-badges/{guildId}/{badgeHash}.png";
|
=> $"{DiscordConfig.CDNUrl}guild-tag-badges/{guildId}/{badgeHash}.png";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user