serenity

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

RuleDetail
Errors allowed5 — the sixth wrong letter ends it
Time per guess60 seconds, then the game ends as a loss
Repeat lettersCalled out, and don't cost you an error
Who can guessOnly 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.