Added Auto-Cards by LewdLeah.

This commit is contained in:
raeleus 2025-08-03 23:36:24 -07:00
parent 226c82442b
commit 28327a9ceb
5 changed files with 5981 additions and 2 deletions

View file

@ -645,6 +645,8 @@ const modifier = (text) => {
}
state.show = null
text = AutoCards("output", text);
return { text }
}