Change Rin Command

This commit is contained in:
Daniel Odendahl Jr
2017-03-22 01:41:09 +00:00
parent dfe2584d23
commit 44d0f63137
-1
View File
@@ -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) {