mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
fix broken find
This commit is contained in:
parent
17cc81f15d
commit
220062acdb
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export const Toasts = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
waitFor(filters.byCode("showToast"), m => {
|
waitFor(filters.byProps("showToast"), m => {
|
||||||
Toasts.show = m.showToast;
|
Toasts.show = m.showToast;
|
||||||
Toasts.pop = m.popToast;
|
Toasts.pop = m.popToast;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue