Compare commits

..

No commits in common. "dac6430112ccbae3f98bd96f066e686d9ee8861a" and "174eba2b1e6795612dd5dd6624ef894387f64436" have entirely different histories.

3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

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

View File

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