diff options
Diffstat (limited to 'src/plugins/callTimer.tsx')
-rw-r--r-- | src/plugins/callTimer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/callTimer.tsx b/src/plugins/callTimer.tsx index 6a1d357..ff02256 100644 --- a/src/plugins/callTimer.tsx +++ b/src/plugins/callTimer.tsx @@ -74,7 +74,7 @@ export default definePlugin({ patches: [{ find: ".renderConnectionStatus=", replacement: { - match: /(?<=renderConnectionStatus=.+\(\)\.channel,children:)\w/, + match: /(?<=renderConnectionStatus=.+\.channel,children:)\w/, replace: "[$&, Vencord.Plugins.plugins.CallTimer.renderTimer(this.props.channel.id)]" } }], |