diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-03-01 23:04:13 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-03-01 23:04:13 -0500 |
commit | 47a57e247aa55cf80662fb4c9c0caf5cb4ffabd5 (patch) | |
tree | 09929e9bc2766902cfd5cbe1113e8776fc6efffc /src | |
parent | e9c56da6f7ea1a70aa836c7e46a9c57aa081a30c (diff) | |
download | tanzanite-47a57e247aa55cf80662fb4c9c0caf5cb4ffabd5.tar.gz tanzanite-47a57e247aa55cf80662fb4c9c0caf5cb4ffabd5.tar.bz2 tanzanite-47a57e247aa55cf80662fb4c9c0caf5cb4ffabd5.zip |
fix(HighlightUnblockCommand): copy paste error
Diffstat (limited to 'src')
-rw-r--r-- | src/commands/utilities/highlight-unblock.ts | 2 |
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() }); } |