mirror of
https://github.com/LewdLeah/Auto-Cards.git
synced 2025-10-15 08:03:35 -04:00
8 lines
290 B
JavaScript
8 lines
290 B
JavaScript
// Your "Context" tab should look like this
|
|
const modifier = (text) => {
|
|
// Your other context modifier scripts go here (preferred)
|
|
[text, stop] = AutoCards("context", text, stop);
|
|
// Your other context modifier scripts go here (alternative)
|
|
return {text, stop};
|
|
};
|
|
modifier(text);
|