https://github.com/zheoni/hanger-bot
A hangman game for Discord Hack Week
https://github.com/zheoni/hanger-bot
bot discord hackweek hangman-game
Last synced: about 2 months ago
JSON representation
A hangman game for Discord Hack Week
- Host: GitHub
- URL: https://github.com/zheoni/hanger-bot
- Owner: Zheoni
- License: mit
- Created: 2019-06-27T02:16:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T17:55:49.000Z (about 6 years ago)
- Last Synced: 2025-12-30T17:57:06.041Z (6 months ago)
- Topics: bot, discord, hackweek, hangman-game
- Language: JavaScript
- Size: 309 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hanger Bot
A bot for the Discord Hack Week
## About
This is a discord bot that allows you to play a hangman game
in discord. I code this in two days for the mentioned discord
hack week, so... it's pretty rushed.
## Usage
With `hang help` you get all the info about how to use it.
Here are some imgaes.


## Hosting it
Modify the botconfig-sample.json file and put there your token. Rename
the file to botconfig.json.
Use `npm install` and then to start it, `npm start` or `node index.js`.