mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
Merge branch 'immediate-finds' into immediate-finds-modules-proxy
This commit is contained in:
commit
8cfb289dc7
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.pop = m.popToast;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue