diff options
| -rw-r--r-- | commands/addquote.js | 4 | ||||
| -rw-r--r-- | update_dep.bat | 3 |
2 files changed, 5 insertions, 2 deletions
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 + 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 |
