aboutsummaryrefslogtreecommitdiff
path: root/src/commands/utilities/highlight-unblock.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/utilities/highlight-unblock.ts')
-rw-r--r--src/commands/utilities/highlight-unblock.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utilities/highlight-unblock.ts b/src/commands/utilities/highlight-unblock.ts
index 475aab0..9413601 100644
--- a/src/commands/utilities/highlight-unblock.ts
+++ b/src/commands/utilities/highlight-unblock.ts
@@ -62,7 +62,7 @@ export default class HighlightUnblockCommand extends BushCommand {
await highlight.save();
return await message.util.reply({
- content: `${util.emojis.success} Successfully blocked ${args.target} from triggering your highlights.`,
+ content: `${util.emojis.success} Successfully allowed ${args.target} to trigger your highlights.`,
allowedMentions: AllowedMentions.none()
});
}