Description
Validate user guesses and provide feedback (correct/incorrect).
Reasoning
Core gameplay mechanic; must track guesses and remaining attempts.
Proposed Implementation
Compare user input with the track title (case-insensitive), update guess counter, and change embed color based on attempts.
Description
Validate user guesses and provide feedback (correct/incorrect).
Reasoning
Core gameplay mechanic; must track guesses and remaining attempts.
Proposed Implementation
Compare user input with the track title (case-insensitive), update guess counter, and change embed color based on attempts.