diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-03 10:00:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-03 10:00:23 -0400 |
| commit | ecc00b47907f2acca517c3b50b67773d7bd65ebf (patch) | |
| tree | d19aa83e2022d619e866daa8fa6458aa26efca8a /commands/addquote.js | |
| parent | 6bcafb9f3833943260bb332922b8fb4bfc137241 (diff) | |
| download | AleeBot-ecc00b47907f2acca517c3b50b67773d7bd65ebf.tar.gz AleeBot-ecc00b47907f2acca517c3b50b67773d7bd65ebf.tar.bz2 AleeBot-ecc00b47907f2acca517c3b50b67773d7bd65ebf.zip | |
Update addquote.js
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 + |
