davidthehat / DiscordWordleBot

1 stars 1 forks source link

Record of guessed words #2

Closed davidthehat closed 1 year ago

davidthehat commented 1 year ago

Bot should, upon request, report the words it guessed in a particular attempt.

Example implementation:

INPUT /guesses word:polka

OUTPUT aeros clint dumpy acker polka

Tyler-Seliber commented 1 year ago

This site shows how you can change text color on Discord using markdown, it would be neat if you could implement this as well to show which letters were correct. https://rebane2001.com/discord-colored-text-generator/

Example (it can also be specified as a spoiler for discord): Screenshot 2023-02-28 at 11 19 16 AM

davidthehat commented 1 year ago

An interesting approach. Will consider.