diff options
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/addquote.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/addquote.js b/commands/addquote.js index ddb7b5a..e5290bc 100644 --- a/commands/addquote.js +++ b/commands/addquote.js @@ -18,6 +18,7 @@ * * *************************************/ module.exports.run = async (client, message, args) => { + message.reply('This command is in working progress'); /* const moment = require('moment'); const log = message => { |
