store: Fixed thaw report channel lookup

This commit is contained in:
Cal Corum 2026-02-14 08:57:45 -06:00
parent df20b2ef47
commit 16d3b92a76

View File

@ -0,0 +1,12 @@
---
id: 4af66093-a98e-4197-a7d5-05139de301e8
type: fix
title: "Fixed thaw report channel lookup"
tags: [major-domo, discord-bot, transaction-freeze, bugfix, config]
importance: 0.6
confidence: 0.8
created: "2026-02-14T14:57:45.331331+00:00"
updated: "2026-02-14T14:57:45.331331+00:00"
---
The _post_thaw_report() method in tasks/transaction_freeze.py was searching for channels by name ('bot-admin', 'admin', 'bot-logs') which don't exist. Replaced with bot.get_channel() using a configurable channel ID (config.thaw_report_channel_id = 1354134347598266430). Also fixed stale deploy script reference in CLAUDE.md - replaced /home/cal/.claude/scripts/gitea-create-pr.sh with tea pulls create. That script no longer exists. Version bumped to 2.29.8. PR #8.