Description
Change the color of the embed based on number of guesses left (green → yellow → red).
Reasoning
Provides visual feedback for users, enhancing game UX.
Proposed Implementation
Use Discord’s Color class and update the embed each time a guess is made.
Description
Change the color of the embed based on number of guesses left (green → yellow → red).
Reasoning
Provides visual feedback for users, enhancing game UX.
Proposed Implementation
Use Discord’s
Colorclass and update the embed each time a guess is made.