Compare commits
2 Commits
aa5559f286
...
5499dbf1f1
Author | SHA1 | Date |
---|---|---|
|
5499dbf1f1 | |
|
97a76fd88c |
|
@ -202,7 +202,8 @@
|
|||
"file": "3ba0.png",
|
||||
"code": 384,
|
||||
"alpha2": "CI",
|
||||
"name": "Côte d'Ivoire"
|
||||
"name": "Ivory Coast",
|
||||
"fullName": "Ivory Coast (Côte d'Ivoire)"
|
||||
},
|
||||
{
|
||||
"file": "5bc5.png",
|
||||
|
|
|
@ -276,7 +276,8 @@
|
|||
{
|
||||
"alpha2": "CI",
|
||||
"code": 384,
|
||||
"name": "Côte d'Ivoire"
|
||||
"name": "Ivory Coast",
|
||||
"fullName": "Ivory Coast (Côte d'Ivoire)"
|
||||
},
|
||||
{
|
||||
"alpha2": "HR",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.20.3",
|
||||
"version": "1.20.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "schat2-clive",
|
||||
"version": "1.20.3",
|
||||
"version": "1.20.4",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bhttp": "^1.2.8",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.20.3",
|
||||
"version": "1.20.4",
|
||||
"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 s ${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 is ${style.bold(game.alpha2)}`, context.room.id); // eslint-disable-line no-irregular-whitespace
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue