Added Rock, Paper, Scissors.

This commit is contained in:
2022-10-24 01:55:30 +02:00
parent 29f69fa40a
commit 6428c01e6c
8 changed files with 83 additions and 11 deletions

View File

@@ -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',