-
Notifications
You must be signed in to change notification settings - Fork 4
/
defaultOptions.js
22 lines (18 loc) · 1.2 KB
/
defaultOptions.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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}'
};