Hangman
Guess the word one letter at a time before the drawing finishes.
Replace [prefix] with your server's prefix.
Playing
// Syntax
[prefix]hangman
// Example
;hangman
Serenity picks a random word and shows it as question marks. Guess by sending a single letter as a normal message in the channel:
;hangman
a
e
r
Every guess gets a reaction — ✅ if the letter is in the word, ❌ if it isn't. The board updates in place with the letters you've found, your error count, and the drawing as it fills in.
The Rules
| Rule | Detail |
|---|---|
| Errors allowed | 5 — the sixth wrong letter ends it |
| Time per guess | 60 seconds, then the game ends as a loss |
| Repeat letters | Called out, and don't cost you an error |
| Who can guess | Only the person who started the game |
Finding every letter is a win, running out of errors is a loss, and both go on your record.
Deleting the game message ends the game as a loss — Serenity edits that one message the whole way through and can't carry on without it.
Limits
One game per channel at a time, and a 15 second cooldown per player. Someone else can start a game in a different channel while yours is running.