diff --git a/src/equicordplugins/alwaysExpandProfile/index.ts b/src/equicordplugins/alwaysExpandProfile/index.ts index d85a8a98..16070343 100644 --- a/src/equicordplugins/alwaysExpandProfile/index.ts +++ b/src/equicordplugins/alwaysExpandProfile/index.ts @@ -20,7 +20,14 @@ export default definePlugin({ match: /(?<=user:(\i).*?"PRESS_VIEW_PROFILE".{0,50})return/, replace: "return $self.openUserProfile($1);" } - } + }, + { + find: '"BotUserProfilePopout"', + replacement: { + match: /(?<=user:(\i).*?"PRESS_VIEW_PROFILE".{0,50})return/, + replace: "return $self.openUserProfile($1);" + } + }, ], openUserProfile(user: User) { openUserProfile(user.id);