mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Change Rin Command
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user