diff options
-rw-r--r-- | src/commands/utilities/highlight-show.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands/utilities/highlight-show.ts b/src/commands/utilities/highlight-show.ts index 1eb9fd0..962d421 100644 --- a/src/commands/utilities/highlight-show.ts +++ b/src/commands/utilities/highlight-show.ts @@ -26,6 +26,8 @@ export default class HighlightShowCommand extends BushCommand { } }); + void client.highlightManager.syncCache(); + if (!highlight.words.length) return message.util.reply(`${util.emojis.error} You are not highlighting any words.`); const embed = new EmbedBuilder() |