aboutsummaryrefslogtreecommitdiff
path: root/commands/jail.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/jail.js')
-rw-r--r--commands/jail.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/jail.js b/commands/jail.js
index 18cbfb1..e1ba85f 100644
--- a/commands/jail.js
+++ b/commands/jail.js
@@ -18,7 +18,7 @@
*
* *************************************/
module.exports.run = async (client, message, args) => {
- if (message.guild.id != '243022206437687296') return message.reply ('This is a ACN exclusive command.');
+ if (message.guild.id != '243022206437687296') return message.reply ('This is a ALP exclusive command.');
if (!message.member.hasPermission('BAN_MEMBERS')) return message.reply('It looks like that you don\'t have the permissions to jail members.');
if (!message.guild.member(client.user).hasPermission('MANAGE_ROLES')) return message.reply('Uhh... I don\'t have permission to jail members.');