Compare commits

...

2 Commits

Author SHA1 Message Date
Niels Simenon dac6430112 1.22.1 2022-11-06 16:58:45 +01:00
Niels Simenon 18572df506 Fixed countries mode in Geo. 2022-11-06 16:58:44 +01:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "schat2-clive",
"version": "1.22.0",
"version": "1.22.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "schat2-clive",
"version": "1.22.0",
"version": "1.22.1",
"license": "ISC",
"dependencies": {
"bhttp": "^1.2.8",

View File

@ -1,6 +1,6 @@
{
"name": "schat2-clive",
"version": "1.22.0",
"version": "1.22.1",
"description": "Game host for SChat 2-powered chat sites",
"main": "src/app.js",
"scripts": {

View File

@ -60,7 +60,7 @@ function getType(command) {
return 'flags';
}
return countries;
return 'countries';
}
async function onCommand(args, context) {