From 44d0f631378443b195a07abe915b072f8bde0c3d Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 22 Mar 2017 01:41:09 +0000 Subject: [PATCH] Change Rin Command --- commands/textedit/rin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/textedit/rin.js b/commands/textedit/rin.js index 00ad3610..95bd07f0 100644 --- a/commands/textedit/rin.js +++ b/commands/textedit/rin.js @@ -29,7 +29,6 @@ module.exports = class RinSayCommand extends commando.Command { .post(config.webhook) .send({ content: rinContent }) .then(function (parsedBody) { - message.channel.send('Message sent to the Rin Webhook!'); if(message.content.type === 'dm') return; message.delete(); }).catch(function (err) {