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 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 = {