mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 17:13:03 -04:00
Improve ConsoleShortcuts plugin
This commit is contained in:
parent
9aba70dcb1
commit
235d114193
2 changed files with 43 additions and 18 deletions
|
@ -307,13 +307,6 @@ export function findByPropsLazy(...props: string[]) {
|
|||
return findLazy(filters.byProps(...props));
|
||||
}
|
||||
|
||||
/**
|
||||
* Find all modules that have the specified properties
|
||||
*/
|
||||
export function findAllByProps(...props: string[]) {
|
||||
return findAll(filters.byProps(...props));
|
||||
}
|
||||
|
||||
/**
|
||||
* Find a function by its code
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue