aboutsummaryrefslogtreecommitdiff
path: root/commands/addquote.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/addquote.js')
-rw-r--r--commands/addquote.js1
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 => {