Bruh? 😳

This commit is contained in:
2022-01-08 21:44:02 -08:00
parent 36ad463505
commit c426d0e929
21 changed files with 445 additions and 46 deletions

View File

@@ -1,5 +1,7 @@
const GAME_STRINGS = {
'HELLO': 'Hello World!\nHow are you today?\nThank god!'
'HELLO': 'Hello World!\nHow are you today?\nThank god!',
'POKER_GAME_START': 'Poker game started!'
};
module.exports = { GAME_STRINGS };