aboutsummaryrefslogtreecommitdiff
path: root/commands/interrogate.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-05-21 16:41:01 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-05-21 16:41:01 -0400
commita06d70c730acbf81c8e9072ed9ce91681afd25e7 (patch)
tree7191d2dc74583e86db2f46b642794d5e089ef03a /commands/interrogate.js
parent0f2233a529d80b242732bd40ebaecf3fbb56cecf (diff)
downloadAleeBot-a06d70c730acbf81c8e9072ed9ce91681afd25e7.tar.gz
AleeBot-a06d70c730acbf81c8e9072ed9ce91681afd25e7.tar.bz2
AleeBot-a06d70c730acbf81c8e9072ed9ce91681afd25e7.zip
Added embeds when booting the bot and addeed auto role
Diffstat (limited to 'commands/interrogate.js')
-rw-r--r--commands/interrogate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/interrogate.js b/commands/interrogate.js
index 5630114..ea7de53 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 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.');