Commit Graph

12 Commits

Author SHA1 Message Date
안명현 c459dfff02 Merge origin/main into myong_dev 2026-03-30 18:28:02 +09:00
안명현 6eb3826737 Implement event scheduling workflow 2026-03-30 17:37:32 +09:00
안명현 f9206ce7b2 Add event schedule management plan 2026-03-30 16:31:24 +09:00
이정수 4cc14d8153 refactor: flatten command structures by replacing subcommand groups with action-based string options 2026-03-30 10:27:11 +09:00
이정수 47dc4ab124 feat: Introduce a script to identify hardcoded i18n strings in test files, add a `check-i18n` command to package.json, and include ignore comments in i18n tests. 2026-03-27 17:38:07 +09:00
이정수 220dd81440 feat: Implement dynamic bot presence with i18n, guild count display, and rotation. 2026-03-27 14:58:41 +09:00
이정수 b93255a2be feat: Implement internationalization (i18n) with locale support, localized error messages, and a new language command. 2026-03-27 14:24:59 +09:00
이정수 6851fe2333 feat: implement a structured error handling system with custom error types and a dedicated reporter. 2026-03-27 14:03:12 +09:00
이정수 2eedde7611 feat: Implement voice channel synchronization on startup to prevent ghost channels and refine empty channel detection by excluding bots. 2026-03-27 13:30:58 +09:00
이정수 b5b6405d0c feat: Refactor voice channel controls to a select menu, enhance `voice-setup` with subcommands, and improve voice channel creation with permission error handling. 2026-03-27 13:23:34 +09:00
이정수 efe6a10762 feat: Implement temporary voice channel ownership transfer with UI, automatic transfer logic, and permission management. 2026-03-27 13:02:16 +09:00
이정수 f5c8bdb85b feat: Implement dynamic voice channels with new database models, service logic, interaction handling, and supporting documentation. 2026-03-27 10:38:46 +09:00