diff --git a/commands/roll.js b/commands/roll.js index be0eb37..ff1c927 100644 --- a/commands/roll.js +++ b/commands/roll.js @@ -4,6 +4,7 @@ const strings = require('../src/strings.json'); module.exports = { name: 'roll', description: 'Add a phrase to the .joint command', + usage: '', execute(message, file) { strings.weed.push(file.name); fs.writeFile('./src/strings.json', JSON.stringify(strings), err => {