mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 08:33:01 -04:00
Fix canary
This commit is contained in:
parent
b8ed72286b
commit
8113ed3c8c
12 changed files with 21 additions and 21 deletions
|
@ -191,7 +191,7 @@ waitFor(m => m.Types?.INPUT_PLACEHOLDER, m => Forms.FormText = m);
|
|||
waitFor(m => {
|
||||
if (typeof m !== "function") return false;
|
||||
const s = m.toString();
|
||||
return s.length < 200 && s.includes("().divider");
|
||||
return s.length < 200 && s.includes(".divider");
|
||||
}, m => Forms.FormDivider = m);
|
||||
|
||||
// This is the same module but this is easier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue