aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-05-12 16:35:42 -0400
committerAlee <alee14498@gmail.com>2018-05-12 16:35:42 -0400
commit7d1cb659df49b9b447a161f67b1c059fb2dcd6b0 (patch)
tree51199ab5b417e7fefe747de283da08575b59779e
parent717a359fcaf020b40e55b01829c02c2992af4a2c (diff)
parentecc00b47907f2acca517c3b50b67773d7bd65ebf (diff)
downloadAleeBot-7d1cb659df49b9b447a161f67b1c059fb2dcd6b0.tar.gz
AleeBot-7d1cb659df49b9b447a161f67b1c059fb2dcd6b0.tar.bz2
AleeBot-7d1cb659df49b9b447a161f67b1c059fb2dcd6b0.zip
Merge branch 'master' of https://github.com/AleeCorp/AleeBot
-rw-r--r--commands/addquote.js4
-rw-r--r--update_dep.bat3
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