Revert "Comment out discord CL" (#24737)

Revert "Comment out discord CL (#24734)"

This reverts commit 117399d914.
This commit is contained in:
metalgearsloth
2024-01-30 23:46:50 +11:00
committed by GitHub
parent 117399d914
commit 14a4b5a171

View File

@@ -130,9 +130,6 @@ def send_to_discord(entries: Iterable[ChangelogEntry]) -> None:
print(f"No discord webhook URL found, skipping discord send") print(f"No discord webhook URL found, skipping discord send")
return return
# Temporary until github publishing working to avoid spamming cl
return
message_content = io.StringIO() message_content = io.StringIO()
# We need to manually split messages to avoid discord's character limit # We need to manually split messages to avoid discord's character limit
# With that being said this isn't entirely robust # With that being said this isn't entirely robust