/wordle

Utility Ephemeral

Play the classic word-guessing game. You have 6 attempts to guess a 5-letter word. After each guess, colored tiles show how close you were: green means the letter is correct and in the right spot, yellow means the letter is in the word but wrong spot, and black means the letter isn't in the word. Be the first to solve for bonus coins and a Lucky Letter item!

Usage

/wordle
/wordle guess:crane

Options

guess Optional text

Your 5-letter guess

Examples

Input
/wordle
Output
Wordle #42 ⬜⬜⬜⬜⬜ ⬜⬜⬜⬜⬜ ⬜⬜⬜⬜⬜ ⬜⬜⬜⬜⬜ ⬜⬜⬜⬜⬜ ⬜⬜⬜⬜⬜ Guesses: 0/6 | Use /wordle guess:<word>
Input
/wordle guess:crane
Output
Wordle #42 🟨⬛🟩⬛🟩 ⬜⬜⬜⬜⬜ ... 5 guesses remaining
Input
/wordle guess:shade
Output
Wordle #42 - Victory! 🟩🟩🟩🟩🟩 Answer: SHADE Reward: 🪙 500 (First Solve!)

First solver bonus

Tips

  • You have 6 guesses to find the word
  • 🟩 = correct letter, correct position
  • 🟨 = correct letter, wrong position
  • ⬛ = letter not in word
  • First solver gets +200 bonus coins and a Lucky Letter
  • Words rotate hourly after being solved
  • Start with words that have common letters (CRANE, SLATE, ADIEU)

Configuration Values

{
  "maxGuesses": 6,
  "wordLength": 5,
  "baseReward": 300,
  "firstSolverBonus": 200,
  "rotationHours": 1
}

Related Commands