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