UNPKG

discord-hangman

Version:

🎲 Complete framework to facilitate the creation of hangman games using discord.js V13

23 lines (18 loc) • 1.25 kB
module.exports = { createNoPlayers: 'Maybe in another moment... no one joined the game', customNotEnoughPlayers: 'For a custom word game, there has to be at least 2 players...', customInitMessage: '{players} players have joined. Selecting a player to choose the word. Waiting for one of you to respond. Check your DMs!!', customNoMoreWords: 'We ran out of players... try again, I\'m sure you can do it better.', gatherPlayersMsg: 'Write "join" or react with 📒 to participate in this game! You have 10 seconds.', getWordFromPlayersDm: 'You are the chosen one!! Just write the word of your choice. You have 30 seconds. And remember, you can\'t participate in the game', timesUpDm: 'Time\'s up sorry, you are disqualified.', timesUpMsg: 'The chosen one didn\'t answser... selecting ANOTHER ONE', wordSuccess: 'Nice word! Going back to the server.', invalidWord: 'Thats not a valid word. No spaces, at least 3 characters.', tooManyInvalidsWords: 'Sorry, too many invalid words, try again next game. You are disqualified.', misses: 'Misses', won: 'You won !', noplayersleft: 'No Players Left', gameOver: 'Game over !', gameOverMsg: 'The word was {word}' };