Update input.js

This commit is contained in:
LewdLeah 2025-05-27 17:52:21 -04:00 committed by GitHub
parent e9ab16e59b
commit 595de183d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,8 @@
// Your "Input" tab should look like this // Your "Input" tab should look like this
const modifier = (text) => { const modifier = (text) => {
// // Your other input modifier scripts go here (preferred)
// Ideally, your other input code goes above this line
text = AutoCards("input", text); text = AutoCards("input", text);
// Alternatively, you may also put it below this line // Your other input modifier scripts go here (alternative)
//
return {text}; return {text};
}; };
modifier(text); modifier(text);