--- 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.