From a2ef26e9e325b4fdad0c4cedfa758ec1aa9ae69f Mon Sep 17 00:00:00 2001 From: = Date: Tue, 20 Jul 2021 16:24:24 -0400 Subject: [PATCH] add usage --- commands/roll.js | 1 + 1 file changed, 1 insertion(+) 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 => {