SimonLeclere / discord-hangman

🎲 Complete framework to facilitate the creation of hangman games using discord.js
https://www.npmjs.com/package/discord-hangman
13 stars 4 forks source link

Discord Hangman

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 :)

Features

Description

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

example

Installation

Require node versions higher than v16.6.0 and Discord.js V14

npm install discord-hangman

Important !!

This module requires the following intents : GUILDS, GUILD_MESSAGES, MESSAGE_CONTENT, GUILD_MESSAGE_REACTIONS, DIRECT_MESSAGES, DIRECT_MESSAGE_REACTIONS

Documentation

To quickly understand how to use the module, you can read Getting Started.

Credits

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