mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 11:27:02 -04:00
Array support for find + ResurrectHome: View Server Home Button on Server Guide (#2283)
This commit is contained in:
parent
dc4c678aa3
commit
5636f9d979
6 changed files with 131 additions and 23 deletions
|
@ -36,7 +36,7 @@ export interface PatchReplacement {
|
|||
|
||||
export interface Patch {
|
||||
plugin: string;
|
||||
find: string;
|
||||
find: string | string[];
|
||||
replacement: PatchReplacement | PatchReplacement[];
|
||||
/** Whether this patch should apply to multiple modules */
|
||||
all?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue