From 99a88e2351889cd5dd98749fb3ebe73d72ba953a Mon Sep 17 00:00:00 2001 From: LewdLeah Date: Sat, 17 May 2025 18:03:03 -0400 Subject: [PATCH] Delete Script directory --- Script/input.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Script/input.js diff --git a/Script/input.js b/Script/input.js deleted file mode 100644 index 4c32036..0000000 --- a/Script/input.js +++ /dev/null @@ -1,10 +0,0 @@ -// 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);