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);