nill kiggers

This commit is contained in:
Valtos
2024-03-24 15:04:07 +03:00
committed by GitHub
parent 1a284b4b40
commit 5f01622a07

View File

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