mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-10-15 07:03:43 -04:00
6 lines
No EOL
115 B
JavaScript
6 lines
No EOL
115 B
JavaScript
const modifier = (text) => {
|
|
[text, stop] = AutoCards("context", text, stop);
|
|
return { text }
|
|
}
|
|
|
|
modifier(text) |