Update macro category for charAuthorsNote

316dfaadc7414e6a9c474607110e455aa160c319

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/authors-note.js+1 -1
@@ -591,7 +591,7 @@ function registerAuthorsNoteMacros() {
591591 handler: () => chat_metadata[metadata_keys.prompt] ?? '',
592592 });
593593 macros.register('charAuthorsNote', {
594594 category: MacroCategory.CHARACTERPROMPTS,
595595 description: t`The contents of the Character Author's Note`,
596596 handler: () => this_chid !== undefined ? (extension_settings.note.chara.find((e) => e.name === getCharaFilename())?.prompt ?? '') : '',
597597 });