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