mirror of
https://github.com/LewdLeah/Auto-Cards.git
synced 2025-07-12 23:52:19 -04:00
8 lines
262 B
JavaScript
8 lines
262 B
JavaScript
// Your "Input" tab should look like this
|
|
const modifier = (text) => {
|
|
// Your other input modifier scripts go here (preferred)
|
|
text = AutoCards("input", text);
|
|
// Your other input modifier scripts go here (alternative)
|
|
return {text};
|
|
};
|
|
modifier(text);
|