Merged
Conversation
- 디스코드 채널 구조 설계 및 생성 (5카테고리 13채널 + 운영 4채널) - 회차 시작/종료 알림을 #공지사항(notice_channel)으로 분리 - 회차 시작 시 active 멤버만 개별 멘션 - notice_channel 미설정 시 announcement_channel로 폴백 - 채널 세팅 가이드 문서 추가 - CLAUDE.md, ARCHITECTURE.md 최신화 Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
#공지사항(notice_channel)으로 분리active상태 멤버만 개별 멘션Changes
docs/26-03-08-discord-channel-setup.mdpackages/bot/src/services/round.service.tsConfigKeys에notice_channel추가packages/bot/src/services/notification.service.tsgetNoticeChannel()추가, 회차 알림 공지 채널 분리, active 멤버 멘션CLAUDE.mddocs/ARCHITECTURE.mdDesign Decisions
notice_channel분리#새-글-알림)과 공지성 알림(#공지사항)의 성격이 다름notice_channel미설정 시announcement_channel로 폴백하여 하위 호환 보장@everyone→ active 멤버 개별 멘션.gitignoreTest plan
notice_channel미설정 시announcement_channel로 폴백 동작 확인🤖 Generated with Claude Code