Skip to content

Commit

Permalink
selector fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Jun 27, 2024
1 parent 601d19b commit c889f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/requiredModules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Modules.loadModules = async (): Promise<void> => {

Modules.DisplayProfileUtils ??= await webpack
.waitForModule<Types.DisplayProfileUtils>(
webpack.filters.bySource(/{guildId:null!=\w+\?\w+:void 0}/),
webpack.filters.bySource(/getUser\(.\),.=.\.getUserProfile/),
{ timeout: 10000 },
)
.catch(() => {
Expand Down

0 comments on commit c889f83

Please sign in to comment.