mirror of
https://github.com/LewdLeah/Auto-Cards.git
synced 2025-07-06 13:40:26 -04:00
8 lines
266 B
JavaScript
8 lines
266 B
JavaScript
// Your "Output" tab should look like this
|
|
const modifier = (text) => {
|
|
// Your other output modifier scripts go here (preferred)
|
|
text = AutoCards("output", text);
|
|
// Your other output modifier scripts go here (alternative)
|
|
return {text};
|
|
};
|
|
modifier(text);
|