Added Rock, Paper, Scissors.
This commit is contained in:
@@ -4,7 +4,6 @@ module.exports = {
|
||||
platform: 'schat',
|
||||
user: {
|
||||
id: 'aisha',
|
||||
nick: 'aisha',
|
||||
username: 'Aisha',
|
||||
realName: 'Aisha',
|
||||
},
|
||||
@@ -22,7 +21,7 @@ module.exports = {
|
||||
greeting: 'Hi, I am aisha, your game host!',
|
||||
usernamePrefix: '@',
|
||||
channels: ['GamesNight'],
|
||||
games: ['mash', 'trivia', 'letters', 'duck', 'dice', 'ping', 'say', 'kill', 'uptime', 'help'],
|
||||
games: ['mash', 'trivia', 'letters', 'duck', 'dice', 'rock-paper-scissors', 'ping', 'say', 'kill', 'uptime', 'help'],
|
||||
schatColors: {
|
||||
red: 'red',
|
||||
orange: 'orange',
|
||||
|
||||
Reference in New Issue
Block a user