From 47a57e247aa55cf80662fb4c9c0caf5cb4ffabd5 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:04:13 -0500 Subject: fix(HighlightUnblockCommand): copy paste error --- src/commands/utilities/highlight-unblock.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands') 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() }); } -- cgit