RoleColorEverywhere: fix chat mentions
This commit is contained in:
parent
5aa19bbf49
commit
87ef214810
|
@ -50,7 +50,7 @@ export default definePlugin({
|
||||||
patches: [
|
patches: [
|
||||||
// Chat Mentions
|
// Chat Mentions
|
||||||
{
|
{
|
||||||
find: "CLYDE_AI_MENTION_COLOR:null,",
|
find: 'location:"UserMention',
|
||||||
replacement: [
|
replacement: [
|
||||||
{
|
{
|
||||||
match: /user:(\i),channel:(\i).{0,400}?"@"\.concat\(.+?\)/,
|
match: /user:(\i),channel:(\i).{0,400}?"@"\.concat\(.+?\)/,
|
||||||
|
|
Loading…
Reference in a new issue