@@ -129,6 +129,9 @@ def send_to_discord(entries: Iterable[ChangelogEntry]) -> None:
|
|||||||
if not DISCORD_WEBHOOK_URL:
|
if not DISCORD_WEBHOOK_URL:
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user