This website requires JavaScript.
c71d263607
chore: update Korean localization strings
d941daf005
feat: add bot autorole configuration and migrate interaction handling to interactionCreate event
26cfd356ff
feat: add invite command to manage role-based invite code mappings
107c00cb13
feat: implement AutoRoleService with retroactive assignment and configuration support
Compare 4 commits »
e4bcf53308
docs: add project structure documentation and update main index file
f9769ba87c
feat: initialize project structure with documentation and modular Prisma schemas
ba253a8ad3
Merge branch 'feautre/minigame'
49a2855f2b
feat: externalize refinement and battle balance configurations to database with runtime caching
2762801fbd
feat: implement daily battle limits, refine win rate logic, and update weapon sell pricing
cc26613377
feat: increase max refinement level to 25 and rebalance success rates and PvP rewards
Compare 8 commits »
49a2855f2b
feat: externalize refinement and battle balance configurations to database with runtime caching
2762801fbd
feat: implement daily battle limits, refine win rate logic, and update weapon sell pricing
cc26613377
feat: increase max refinement level to 25 and rebalance success rates and PvP rewards
793bba5a6a
feat: refactor refinement cost logic and update success rates and combat reward formulas
Compare 4 commits »
0c7a562b00
feat: update weapon refinement cost formula and add durability and destruction mechanics
f504024bd5
feat: implement minigame refinement system with weapon upgrading, battle mechanics, and fever activity tracking
122f20d031
docs: update project documentation and agent routine guidelines
4cc14d8153
refactor: flatten command structures by replacing subcommand groups with action-based string options
63c9930fd9
docs: update kord_routine rules for improved agent behavior consistency
7dd437c373
docs: update Kord agent routine rules.
5e41bea74e
feat: Add instance ID and implement Redis lock for global command registration to support multi-instance deployments.
031a8b3146
refactor: Consolidate voice-related commands into `voice.ts` and audit-related commands into `audit.ts`.
0ccbbf9d31
feat: Introduce and separate `BOOT` audit log category from `SYSTEM`, defaulting both to disabled.
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.
Compare 10 commits »
art
created repository
art/Kord
2026-03-29 05:26:34 +00:00
f93e7b0a38
feat: LSB SAIN 봇 프리셋 및 다양한 모드 설정 파일(mod configuration files)을 추가합니다.
8307f83dd2
feat: Add initial configurations for BotPlacementSystem, SAIN bot presets, DynamicMaps, and OldTarkovMovementServer mods.