Added command handling and a word mash game.

This commit is contained in:
2021-11-01 01:12:17 +01:00
parent 755411b9c1
commit bcebf73f43
6 changed files with 9033 additions and 9 deletions

View File

@@ -12,6 +12,10 @@ module.exports = {
},
socket: 'ws://127.0.0.1:3000/socket',
api: 'http://127.0.0.1:3000/api',
encrypt: false,
prefix: '~',
style: {
color: 'var(--message-56)',
},
games: ['mash'],
channels: ['GamesNight'],
};