diff options
Diffstat (limited to 'commands/addquote.js')
| -rw-r--r-- | commands/addquote.js | 4 |
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 + |
