mirror of
https://github.com/LewdLeah/Auto-Cards.git
synced 2025-07-06 21:50:27 -04:00
7 lines
169 B
JavaScript
7 lines
169 B
JavaScript
// Your "Output" tab should look like this
|
|
const modifier = (text) => {
|
|
text = AutoCards("output", text);
|
|
state.inhibit = false;
|
|
return {text};
|
|
};
|
|
modifier(text);
|