TypingTweaks: Fix typing avatars and names disappearing

This commit is contained in:
Nuckyz 2025-06-06 19:11:06 -03:00
parent c19827a0e5
commit 9430803f36
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -104,7 +104,7 @@ export default definePlugin({
},
{
// Changes the indicator to keep the user object when creating the list of typing users
match: /\.map\((\i)=>\i\.\i\.getName\(\i,\i\.id,\1\)\)/,
match: /\.map\((\i)=>\i\.\i\.getName\(\i(?:\.guild_id)?,\i\.id,\1\)\)/,
replace: ""
},
{