Update context.js

This commit is contained in:
LewdLeah 2025-05-27 17:53:50 -04:00 committed by GitHub
parent 595de183d1
commit fb029e2516
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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