Added command handling and a word mash game.
This commit is contained in:
@@ -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'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user