Discord Hangman is a powerful Node.js module that allows you to easily create hangman games on discord !
If you have an idea or a problem, don't hesitate to open an issue :)
This module provides the ability to create Hangman games on Discord! You can choose between two game modes: random and custom.
Example : A screenshot of the game
Require node versions higher than v16.6.0 and Discord.js V14
npm install discord-hangman
This module requires the following intents : GUILDS
, GUILD_MESSAGES
, MESSAGE_CONTENT
, GUILD_MESSAGE_REACTIONS
, DIRECT_MESSAGES
, DIRECT_MESSAGE_REACTIONS
To quickly understand how to use the module, you can read Getting Started.
This module is inspired by this repo : https://github.com/Zheoni/Hanger-Bot
Which is unfortunately no longer updated :/
PS : A huge thanks to @Spongecade for his help and participation, without him discord-hangman would not be what it is today :)
PS² : Thanks to @LACOSTAR91 for his participation to the update for support the V13 of Discord.js