From 6bcafb9f3833943260bb332922b8fb4bfc137241 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Thu, 3 May 2018 08:20:53 -0400 Subject: Added git pull to update_dep.bat --- update_dep.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update_dep.bat b/update_dep.bat index 1b97c9d..5de4c3e 100644 --- a/update_dep.bat +++ b/update_dep.bat @@ -1,5 +1,6 @@ @echo off title Installing/Updating Dependencies +git pull npm install pause -exit \ No newline at end of file +exit -- cgit v1.2.3 From ecc00b47907f2acca517c3b50b67773d7bd65ebf Mon Sep 17 00:00:00 2001 From: Alee14 Date: Thu, 3 May 2018 10:00:23 -0400 Subject: Update addquote.js --- commands/addquote.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/addquote.js b/commands/addquote.js index fe42333..9d96d91 100644 --- a/commands/addquote.js +++ b/commands/addquote.js @@ -18,6 +18,7 @@ * * *************************************/ module.exports.run = async (client, message, args) => { + /* const moment = require('moment'); const log = message => { @@ -42,6 +43,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...`) + */ }; exports.conf = { @@ -54,4 +56,4 @@ module.exports.run = async (client, message, args) => { usage: 'addquote [author] [authorImage] [quote] [year]', category: '- General Commands', }; - \ No newline at end of file + -- cgit v1.2.3