Added riddles outline.
This commit is contained in:
parent
dc6df7c344
commit
6ebe1cf4aa
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"riddle": "What has to be broken before you can use it?",
|
||||
"answer": "An egg."
|
||||
}
|
||||
]
|
|
@ -0,0 +1,12 @@
|
|||
'use strict';
|
||||
|
||||
const riddles = require('../../assets/riddles.json');
|
||||
|
||||
const open = new Map();
|
||||
|
||||
function onCommand(args, context) {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
onCommand,
|
||||
};
|
Loading…
Reference in New Issue