diff options
| author | Alee <alee14498@gmail.com> | 2018-06-24 11:35:42 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-06-24 11:35:42 -0400 |
| commit | 922c35b325bee0f61a302ae799beff4c8ace5334 (patch) | |
| tree | 89ea49f9e789a8f2610201af5a55935f5ca2ffa5 /commands/addquote.js | |
| parent | 17ddda75c5ac7c69df5aa69814f7176dc48f4d86 (diff) | |
| download | AleeBot-922c35b325bee0f61a302ae799beff4c8ace5334.tar.gz AleeBot-922c35b325bee0f61a302ae799beff4c8ace5334.tar.bz2 AleeBot-922c35b325bee0f61a302ae799beff4c8ace5334.zip | |
2.10.1 Patch Beta
Diffstat (limited to 'commands/addquote.js')
| -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 793e398..1de8809 100644 --- a/commands/addquote.js +++ b/commands/addquote.js @@ -44,6 +44,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...`) */ + message.reply('Command is broken for now'); }; exports.conf = { |
