switchblade icon indicating copy to clipboard operation
switchblade copied to clipboard

Hangman Game

Open crispyaus opened this issue 5 years ago • 4 comments

Make a hangman command.

  • Can be played with more then two people
  • Interactive, (possibly) with emojis

crispyaus avatar Mar 13 '19 07:03 crispyaus

Is this still needed? If so, I could do it. I already have a hangman game implementation on my discord bot

EdwinWalela avatar Oct 24 '20 09:10 EdwinWalela

Yes it is! May I assign you the issue?

pedrofracassi avatar Oct 24 '20 12:10 pedrofracassi

Yes, I'd appreciate that. Also, is there some material on running the bot locally. I'm getting a token missing error despite copying the .env file. Is there something I'm missing?

EdwinWalela avatar Oct 24 '20 18:10 EdwinWalela

You gotta run the bot with npm run start-dev for it to inject the variables in .env

pedrofracassi avatar Oct 24 '20 21:10 pedrofracassi