Update output.js

This commit is contained in:
LewdLeah 2025-05-27 17:55:42 -04:00 committed by GitHub
parent fb029e2516
commit 6bf533b3b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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