aboutsummaryrefslogtreecommitdiff
path: root/commands/Moderation/interrogate.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Moderation/interrogate.js')
-rw-r--r--commands/Moderation/interrogate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Moderation/interrogate.js b/commands/Moderation/interrogate.js
index a8fc250..821c93a 100644
--- a/commands/Moderation/interrogate.js
+++ b/commands/Moderation/interrogate.js
@@ -14,7 +14,7 @@ exports.run = async (bot, msg) => {
if (!msg.guild.member(bot.user).hasPermission('MANAGE_ROLES')) return msg.reply('I cannot interrogate anyone.');
const member = msg.mentions.members.first();
- if (!member) return await msg.reply('Who do I interrogate?');
+ if (!member) return await msg.reply('Who shall I interrogate? (Remember to @mention them)');
member.addRole(msg.guild.roles.find('name', 'Interrogation'));