From 6bf533b3b50106ed66bafa126877f73a7851a147 Mon Sep 17 00:00:00 2001 From: LewdLeah Date: Tue, 27 May 2025 17:55:42 -0400 Subject: [PATCH] Update output.js --- src/output.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/output.js b/src/output.js index 101055e..374d7eb 100644 --- a/src/output.js +++ b/src/output.js @@ -1,10 +1,8 @@ // Your "Output" tab should look like this const modifier = (text) => { - // - // Ideally, your other output code goes above this line + // Your other output modifier scripts go here (preferred) text = AutoCards("output", text); - // Alternatively, you may also put it below this line - // + // Your other output modifier scripts go here (alternative) return {text}; }; modifier(text);