Moved kill comand to game module, expanded ecosystem file.

This commit is contained in:
2021-11-16 19:23:51 +01:00
parent fd2bd1b8f5
commit 2c0966754b
3 changed files with 5 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ module.exports = {
color: 'var(--message-56)',
},
channels: ['GamesNight'],
games: ['mash', 'trivia', 'duck', 'ping', 'say'],
games: ['mash', 'trivia', 'duck', 'ping', 'say', 'kill'],
trivia: {
mode: 'first', // first or timeout
rounds: 10,