diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-10-14 00:16:49 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-10-14 00:16:49 -0400 |
| commit | 0c0155a4d207611fb3d975f9e7e56d04fff63d44 (patch) | |
| tree | d36af29ecd127f9865118872f6c56d35dcfa2c7b /commands/interrogate.js | |
| parent | 1a7a627446edfeb270850f0ed15c9c8d604380b2 (diff) | |
| download | AleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.tar.gz AleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.tar.bz2 AleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.zip | |
Docker; Removed packages; Removed binaryworks refs
Diffstat (limited to 'commands/interrogate.js')
| -rw-r--r-- | commands/interrogate.js | 4 |
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', }; |
