Add missing methods to ExpressionPickerStore

This commit is contained in:
Nuckyz 2024-08-23 19:00:26 -03:00
parent 1e8f59f13d
commit 1fb5e8df99
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
3 changed files with 25 additions and 6 deletions

View file

@ -168,7 +168,7 @@ export default definePlugin({
patches: [
{
find: '"BiteSizeProfileBody"',
find: ".hasAvatarForGuild(null==",
replacement: {
match: /currentUser:\i,guild:\i}\)(?<=user:(\i),bio:null==(\i)\?.+?)/,
replace: "$&,$self.profilePopoutComponent({ user: $1, displayProfile: $2 })"