Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
(vc/dev) Fix UserVoiceShow patch
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed Feb 11, 2024
1 parent 9b92e86 commit 5e8dd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/userVoiceShow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default definePlugin({
patches: [
// above message box
{
find: ".lastEditedByContainer",
find: ".popularApplicationCommandIds,",
replacement: {
match: /\(0,\i\.jsx\)\(\i\.\i,{user:\i,setNote/,
replace: "$self.patchPopout(arguments[0]),$&",
Expand Down

0 comments on commit 5e8dd83

Please sign in to comment.