From 1c047ae61193347fdfc7f998f2c9224d6ba1ad15 Mon Sep 17 00:00:00 2001 From: ant0n Date: Sat, 11 Nov 2023 17:40:21 +0000 Subject: [PATCH] Update src/plugins/replyPingControl/index.ts Co-authored-by: MrDiamondDog <84212701+MrDiamondDog@users.noreply.github.com> --- src/plugins/replyPingControl/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/replyPingControl/index.ts b/src/plugins/replyPingControl/index.ts index 67bd4578f..fb1480492 100644 --- a/src/plugins/replyPingControl/index.ts +++ b/src/plugins/replyPingControl/index.ts @@ -27,7 +27,7 @@ export default definePlugin({ { find: "_channelMessages", replacement: { - match: /receiveMessage\((\w+)\)\{/, + match: /receiveMessage\((\i)\)\{/, replace: "$&$self.modifyMentions($1);" } }