From 6d251b558bd6548656c7333a4df61564c03a7aa9 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:05:50 -0400 Subject: [PATCH] fix: replace hardcoded channel_id with channel_name routing in all templates; add response_channel to cl_schedules.json --- templates/chapter_production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/chapter_production.yml b/templates/chapter_production.yml index 866d63ef..8d253e8a 100644 --- a/templates/chapter_production.yml +++ b/templates/chapter_production.yml @@ -113,7 +113,7 @@ steps: - type: reply target: channel - channel_id: "1473516041249493104" + channel_name: "crimson_leaf_publishing:live-feed" adjudication: enabled: false \ No newline at end of file