mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
resolving conflicts
This commit is contained in:
parent
35b712da61
commit
efbcbec349
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "vencord",
|
||||
"private": "true",
|
||||
"version": "1.9.2",
|
||||
"version": "1.9.3",
|
||||
"description": "The cutest Discord client mod",
|
||||
"homepage": "https://github.com/Vendicated/Vencord#readme",
|
||||
"bugs": {
|
||||
|
|
|
@ -122,4 +122,4 @@ export default definePlugin({
|
|||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -307,4 +307,4 @@ export default definePlugin({
|
|||
</ErrorBoundary>
|
||||
);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -391,4 +391,4 @@ export default definePlugin({
|
|||
stop() {
|
||||
removeAccessory("messageLinkEmbed");
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -77,7 +77,7 @@ const settings = definePluginSettings({
|
|||
});
|
||||
|
||||
function stringToRegex(str: string) {
|
||||
const match = str.match(/^(\/)?(.+?)(?:\/([gimsuy]*))?$/); // Regex to match regex
|
||||
const match = str.match(/^(\/)?(.+?)(?:\/([gimsuyv]*))?$/); // Regex to match regex
|
||||
return match
|
||||
? new RegExp(
|
||||
match[2], // Pattern
|
||||
|
|
Loading…
Reference in a new issue