aboutsummaryrefslogtreecommitdiff
path: root/commands/interrogate.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/interrogate.js')
-rw-r--r--commands/interrogate.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/interrogate.js b/commands/interrogate.js
index 16a1887..3386352 100644
--- a/commands/interrogate.js
+++ b/commands/interrogate.js
@@ -18,7 +18,7 @@
*
* *************************************/
module.exports.run = async (client, message, args) => {
- if (message.guild.id != '243022206437687296') return message.reply('This is a Binaryworks exclusive command.');
+ if (message.guild.id !== '243022206437687296') return message.reply('This is a Binaryworks exclusive command.');
if (!message.member.permissions.has('BAN_MEMBERS')) return message.reply('It looks like that you don\'t have the permissions to jail members.');
if (!message.guild.members.cache.get(client.user.id).permissions.has('MANAGE_ROLES')) return message.reply('Uhh... I don\'t have permission to jail members.');
@@ -38,5 +38,5 @@ exports.help = {
name: 'interrogate',
description: 'Interrogates a member',
usage: 'interrogate [user]',
- category: '- Binaryworks Exclusive Commands',
+ category: '- ALP Exclusive Commands',
};