Skip to content

Commit 80b4328

Browse files
authored
Fix guild tag badge URL helper (#3161)
1 parent 3fd06a3 commit 80b4328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord.Net.Core/CDN.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,6 @@ public static string GetAvatarDecorationUrl(string avatarDecorationHash)
293293
/// A URL to the guild tag badge.
294294
/// </returns>
295295
public static string GetGuildTagBadgeUrl(ulong guildId, string badgeHash)
296-
=> $"{DiscordConfig.CDNUrl} guild-tag-badges/{guildId}/{badgeHash}.png";
296+
=> $"{DiscordConfig.CDNUrl}guild-tag-badges/{guildId}/{badgeHash}.png";
297297
}
298298
}

0 commit comments

Comments
 (0)