We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd06a3 commit 80b4328Copy full SHA for 80b4328
src/Discord.Net.Core/CDN.cs
@@ -293,6 +293,6 @@ public static string GetAvatarDecorationUrl(string avatarDecorationHash)
293
/// A URL to the guild tag badge.
294
/// </returns>
295
public static string GetGuildTagBadgeUrl(ulong guildId, string badgeHash)
296
- => $"{DiscordConfig.CDNUrl} guild-tag-badges/{guildId}/{badgeHash}.png";
+ => $"{DiscordConfig.CDNUrl}guild-tag-badges/{guildId}/{badgeHash}.png";
297
}
298
0 commit comments