MCPcopy Create free account
hub / github.com/LewdLeah/Localized-Languages / modifier

Function modifier

src/input.js:2–8  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

1// Your "Input" tab should look like this
2const modifier = (text) => {
3 // Your other input modifier scripts go here (preferred)
4 text = AutoCards("input", text);
5 text = LocalizedLanguages("input", text);
6 // Your other input modifier scripts go here (alternative)
7 return { text };
8};
9modifier(text);

Callers 1

input.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected