mirror of
https://github.com/LewdLeah/Auto-Cards.git
synced 2025-07-06 13:40:26 -04:00
Update output.js
This commit is contained in:
parent
fb029e2516
commit
6bf533b3b5
1 changed files with 2 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue