Compare commits
No commits in common. "5499dbf1f10302502b7cb28b5fb1ef689b15ecb9" and "aa5559f28605891b180a8b5e7d2958ee54ad0698" have entirely different histories.
5499dbf1f1
...
aa5559f286
|
@ -202,8 +202,7 @@
|
|||
"file": "3ba0.png",
|
||||
"code": 384,
|
||||
"alpha2": "CI",
|
||||
"name": "Ivory Coast",
|
||||
"fullName": "Ivory Coast (Côte d'Ivoire)"
|
||||
"name": "Côte d'Ivoire"
|
||||
},
|
||||
{
|
||||
"file": "5bc5.png",
|
||||
|
|
|
@ -276,8 +276,7 @@
|
|||
{
|
||||
"alpha2": "CI",
|
||||
"code": 384,
|
||||
"name": "Ivory Coast",
|
||||
"fullName": "Ivory Coast (Côte d'Ivoire)"
|
||||
"name": "Côte d'Ivoire"
|
||||
},
|
||||
{
|
||||
"alpha2": "HR",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.20.4",
|
||||
"version": "1.20.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "schat2-clive",
|
||||
"version": "1.20.4",
|
||||
"version": "1.20.3",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bhttp": "^1.2.8",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.20.4",
|
||||
"version": "1.20.3",
|
||||
"description": "Game host for SChat 2-powered chat sites",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -19,7 +19,7 @@ const questions = [
|
|||
|
||||
function hint(game, context) {
|
||||
if (game.name.length >= 5) {
|
||||
context.sendMessage(`${style.bold(`${game.name.slice(0, 1)} ${game.name.slice(1, -1).replace(/\s/g, ' ').replace(/[^\s]/g, '_ ')}${game.name.slice(-1)}`.toUpperCase())}, the country code is ${style.bold(game.alpha2)}`, context.room.id); // eslint-disable-line no-irregular-whitespace
|
||||
context.sendMessage(`${style.bold(`${game.name.slice(0, 1)} ${game.name.slice(1, -1).replace(/\s/g, ' ').replace(/[^\s]/g, '_ ')}${game.name.slice(-1)}`.toUpperCase())}, the country code s ${style.bold(game.alpha2)}`, context.room.id); // eslint-disable-line no-irregular-whitespace
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue