Description
Implement swap commands: !swapTF, !swapCS with CRITICAL system-sleep removal.
Tasks
Original Code Reference
- index.js:471-769 - Swap command handlers
- Multiple system-sleep occurrences to replace
Critical Notes
MUST replace blocking system-sleep with async delay() from TimeUtils
Files to Modify
- src/commands/SwapCommands.ts
Dependencies
Priority
P0 - Critical path
Size
XL (16+ hours)
Phase
Phase 4 - Command System
Parent Issue
#10
Description
Implement swap commands: !swapTF, !swapCS with CRITICAL system-sleep removal.
Tasks
Original Code Reference
Critical Notes
MUST replace blocking system-sleep with async delay() from TimeUtils
Files to Modify
Dependencies
Priority
P0 - Critical path
Size
XL (16+ hours)
Phase
Phase 4 - Command System
Parent Issue
#10