discordle Discord Bot to play a wordle-like game with users. Add this bot to your server! Requirements npm of some kind installed. .env file with discord token DISCORD_TOKEN populated. Installation npm install -g yarn yarn install yarn start Commands @Discordle !ping Ping server to see if it is up. @Discordle !start [length] Start a game of length length. Will pick out a word from the corpus file, corpus.txt. @Discordle !state Get the current state of a game, if one is currently being played in the channel. @Discordle !guess [word] Guess the word described by word. Will increment the guesses counter NB - Many many thanks to the developer of Wordle for inspiring this bot!