mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 23:38:32 +00:00
Update src/plugins/replyPingControl/index.ts
Co-authored-by: MrDiamondDog <84212701+MrDiamondDog@users.noreply.github.com>
This commit is contained in:
parent
a7d9fdb1bf
commit
1c047ae611
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export default definePlugin({
|
|||
{
|
||||
find: "_channelMessages",
|
||||
replacement: {
|
||||
match: /receiveMessage\((\w+)\)\{/,
|
||||
match: /receiveMessage\((\i)\)\{/,
|
||||
replace: "$&$self.modifyMentions($1);"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue