diff --git a/commands/blood.js b/commands/blood.js index c3b8e31..d0ec2b9 100644 --- a/commands/blood.js +++ b/commands/blood.js @@ -1,9 +1,9 @@ module.exports = { - name: 'ood', + name: 'blood', description: 'clone and delete channel', admin: true, execute(message, args) { - if (args[0] === 'for' && args[1] === 'the' && args[2] === 'blood' && args[3] === 'god!') { + if (args.join(" ").toLowerCase() !== "for the blood god!") { message.channel.clone(); message.channel.delete(); }