Compare commits

..

No commits in common. "8b75691c5f701cb34c5bae8a3838229d9e455917" and "dc6df7c344b554dce8f981cf00faea505a863af9" have entirely different histories.

4 changed files with 3 additions and 21 deletions

View File

@ -1,6 +0,0 @@
[
{
"riddle": "What has to be broken before you can use it?",
"answer": "An egg."
}
]

4
package-lock.json generated
View File

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

View File

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

View File

@ -1,12 +0,0 @@
'use strict';
const riddles = require('../../assets/riddles.json');
const open = new Map();
function onCommand(args, context) {
}
module.exports = {
onCommand,
};