Play Wordle with your friends on your Discord server.
Add Discwordle to your server!
Discwordle is a simple Discord bot that plays as many games of Wordle as your heart desires.
Figure out the random word in a set amount of guesses. Green letters mean that the letter is in the word and in the correct spot, yellow letters are in the word but in the wrong spot, and gray letters are not in the word at all. All players cooperate on the same board, with a shared amount of guesses.
Below the board, a reference for what letters have been used is displayed. Letters not in the word will dim out if they are not in the final word, making it easy to tell which letters to focus on.
/discwordle (wordLength)
- starts a game of Discwordle, optionally specifying how long the word should be. Defaults to the classic 5 length. Issue this command at anytime to send a new message with the board, useful if the original has scrolled way out of view.
/guess (word)
- guesses a word. Guesses must be valid dictionary words, and must be the same amount of letters as
Competitive mode? Board is hidden, and all guesses are shown only to the player who sent them. Race to be the first to guess it.
Have any others, or running into any issues? Open an issue and let me know!
Word list and some code used from hello wordl (Github), a great Wordle clone!