mirror of
https://github.com/LewdLeah/Auto-Cards.git
synced 2025-07-06 13:40:26 -04:00
Update input.js
This commit is contained in:
parent
e9ab16e59b
commit
595de183d1
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
||||||
// Your "Input" tab should look like this
|
// Your "Input" tab should look like this
|
||||||
const modifier = (text) => {
|
const modifier = (text) => {
|
||||||
//
|
// Your other input modifier scripts go here (preferred)
|
||||||
// Ideally, your other input code goes above this line
|
|
||||||
text = AutoCards("input", text);
|
text = AutoCards("input", text);
|
||||||
// Alternatively, you may also put it below this line
|
// Your other input modifier scripts go here (alternative)
|
||||||
//
|
|
||||||
return {text};
|
return {text};
|
||||||
};
|
};
|
||||||
modifier(text);
|
modifier(text);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue