diff options
| author | Alee <alee14498@gmail.com> | 2018-04-21 10:50:15 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-21 10:50:15 -0400 |
| commit | 40d5f9958f6ac8b00dab92984095abe0777dda2e (patch) | |
| tree | afd7ebdee75ae14b3dff746aebee7bb37d1f7a3c | |
| parent | 68ae59ec8bd4e586553b5c81f0fa86dbaf63c457 (diff) | |
| download | AleeBot-40d5f9958f6ac8b00dab92984095abe0777dda2e.tar.gz AleeBot-40d5f9958f6ac8b00dab92984095abe0777dda2e.tar.bz2 AleeBot-40d5f9958f6ac8b00dab92984095abe0777dda2e.zip | |
Added a reply
| -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 => { |
