add usage
This commit is contained in:
parent
41175c0ffd
commit
a2ef26e9e3
@ -4,6 +4,7 @@ const strings = require('../src/strings.json');
|
||||
module.exports = {
|
||||
name: 'roll',
|
||||
description: 'Add a phrase to the .joint command',
|
||||
usage: '<phrase to save>',
|
||||
execute(message, file) {
|
||||
strings.weed.push(file.name);
|
||||
fs.writeFile('./src/strings.json', JSON.stringify(strings), err => {
|
||||
|
Loading…
Reference in New Issue
Block a user