Added say command with operator config.
This commit is contained in:
@@ -11,6 +11,7 @@ module.exports = {
|
||||
birthdate: new Date(1952, 11, 10),
|
||||
avatar: 'https://i.imgur.com/IZwrjjG.png',
|
||||
},
|
||||
operators: ['admin'],
|
||||
uniqueUsername: true,
|
||||
socket: 'ws://127.0.0.1:3000/socket',
|
||||
api: 'http://127.0.0.1:3000/api',
|
||||
@@ -20,7 +21,7 @@ module.exports = {
|
||||
color: 'var(--message-56)',
|
||||
},
|
||||
channels: ['GamesNight'],
|
||||
games: ['mash', 'trivia', 'ping', 'duck'],
|
||||
games: ['mash', 'trivia', 'duck', 'ping', 'say'],
|
||||
trivia: {
|
||||
mode: 'first', // first or timeout
|
||||
rounds: 10,
|
||||
|
||||
Reference in New Issue
Block a user