summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-21 10:50:15 -0400
committerAlee <alee14498@gmail.com>2018-04-21 10:50:15 -0400
commit40d5f9958f6ac8b00dab92984095abe0777dda2e (patch)
treeafd7ebdee75ae14b3dff746aebee7bb37d1f7a3c /commands
parent68ae59ec8bd4e586553b5c81f0fa86dbaf63c457 (diff)
downloadAleeBot-40d5f9958f6ac8b00dab92984095abe0777dda2e.tar.gz
AleeBot-40d5f9958f6ac8b00dab92984095abe0777dda2e.tar.bz2
AleeBot-40d5f9958f6ac8b00dab92984095abe0777dda2e.zip
Added a reply
Diffstat (limited to 'commands')
-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 => {