aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commands/addquote.js4
1 files changed, 3 insertions, 1 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
+