RoleColorEverywhere: fix chat mentions

This commit is contained in:
Vendicated 2024-04-20 11:29:15 +02:00
parent 5aa19bbf49
commit 87ef214810
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -50,7 +50,7 @@ export default definePlugin({
patches: [
// Chat Mentions
{
find: "CLYDE_AI_MENTION_COLOR:null,",
find: 'location:"UserMention',
replacement: [
{
match: /user:(\i),channel:(\i).{0,400}?"@"\.concat\(.+?\)/,