Update macro category for charAuthorsNote
| @@ -591,7 +591,7 @@ function registerAuthorsNoteMacros() { | ||
| 591 | 591 | handler: () => chat_metadata[metadata_keys.prompt] ?? '', |
| 592 | 592 | }); |
| 593 | 593 | macros.register('charAuthorsNote', { |
| 594 | 594 | category: MacroCategory.CHARACTERPROMPTS, |
| 595 | 595 | description: t`The contents of the Character Author's Note`, |
| 596 | 596 | handler: () => this_chid !== undefined ? (extension_settings.note.chara.find((e) => e.name === getCharaFilename())?.prompt ?? '') : '', |
| 597 | 597 | }); |