Currently running cl-wordle = "0.2.2" from crates.io, and made a small script to pick a random word from cl_wordle::words::ACCEPTED, and run it using the wordle custom <word> command.
Found that the words weren't quite working.
Made a loop to see if this was a one-off, but 3081 words later none of them worked.
Edit: I just read the code and it appears that cl_wordle::words::FINAL is the wordlist accepted, excuse the mistake. Closing.
Currently running
cl-wordle = "0.2.2"
from crates.io, and made a small script to pick a random word fromcl_wordle::words::ACCEPTED
, and run it using thewordle custom <word>
command.Found that the words weren't quite working.
Made a loop to see if this was a one-off, but 3081 words later none of them worked.
Edit: I just read the code and it appears that
cl_wordle::words::FINAL
is the wordlist accepted, excuse the mistake. Closing.