From 1ef6f99c11c94305a15846a2527931f1815a07d0 Mon Sep 17 00:00:00 2001 From: LewdLeah Date: Sat, 24 May 2025 18:33:34 -0400 Subject: [PATCH] Update input.js --- src/input.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/input.js b/src/input.js index 8b13789..4c32036 100644 --- a/src/input.js +++ b/src/input.js @@ -1 +1,10 @@ - +// Your "Input" tab should look like this +const modifier = (text) => { + // + // Ideally, your other input code goes above this line + text = AutoCards("input", text); + // Alternatively, you may also put it below this line + // + return {text}; +}; +modifier(text);