From 6d23c51eb64ce44269fc59c5289880b2d5c30396 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 21 Apr 2018 22:53:13 -0400 Subject: Uhhh yeah I don't know what to do... --- commands/addquote.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'commands') diff --git a/commands/addquote.js b/commands/addquote.js index e5290bc..a957c59 100644 --- a/commands/addquote.js +++ b/commands/addquote.js @@ -18,8 +18,6 @@ * * *************************************/ module.exports.run = async (client, message, args) => { - message.reply('This command is in working progress'); - /* const moment = require('moment'); const log = message => { @@ -27,7 +25,7 @@ module.exports.run = async (client, message, args) => { }; const fs = require('fs'); - if(!args[0]) return message.reply(`Usage: ab:addquote [author] [authorImage] [quote]`) + if(!args[0]) return message.reply(`Usage: ab:addquote [author] [authorImage] [quote] [year]`) let quotes = JSON.parse(fs.readFileSync("./storage/quotes.json", "utf8")); @@ -43,7 +41,7 @@ module.exports.run = async (client, message, args) => { }) message.reply(`You just added a new quote!`); - log(`[i] A quote has been added to quotes.json...`) */ + log(`[i] A quote has been added to quotes.json...`) }; exports.conf = { -- cgit v1.2.3