Jacob P 2 years ago committed by GitHub
parent 63124b4431
commit b71af710c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ public partial record Channel
? "gif" ? "gif"
: "png"; : "png";
return $"https://cdn.discordapp.com/icons/{id}/{iconHash}.{extension}"; return $"https://cdn.discordapp.com/channel-icons/{id}/{iconHash}.{extension}";
} }
public static Channel Parse(JsonElement json, ChannelCategory? category = null, int? positionHint = null) public static Channel Parse(JsonElement json, ChannelCategory? category = null, int? positionHint = null)
@ -92,4 +92,4 @@ public partial record Channel
lastMessageId lastMessageId
); );
} }
} }

Loading…
Cancel
Save