mineseo-kim
f5f597d73d
fix(i18n): restore ko locale and remove UTF-8 BOM
...
- Replace mojibake in ko.ts with proper Korean aligned to en.ts.
- Strip UTF-8 BOM from the 9 other text files (docs, commands, services, tests, en.ts).
Made-with: Cursor
2026-04-09 09:23:14 +09:00
안명현
25b84592c0
Restore UTF-8 encoding in docs index
2026-03-31 19:06:04 +09:00
안명현
45d2b22978
Complete fishing minigame phase 1
2026-03-31 18:46:00 +09:00
이정수
ba253a8ad3
Merge branch 'feautre/minigame'
2026-03-31 10:16:01 +09:00
안명현
85f5057fd7
Implement YouTube music playback workflow
2026-03-31 02:12:27 +09:00
안명현
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
이정수
f504024bd5
feat: implement minigame refinement system with weapon upgrading, battle mechanics, and fever activity tracking
2026-03-30 17:24:53 +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