mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 16:43:04 -04:00
Implement plugin tags
This commit is contained in:
parent
3c7496ac6d
commit
ade31f993b
7 changed files with 25 additions and 4 deletions
|
@ -116,6 +116,7 @@ export default definePlugin({
|
|||
name: "ValidUser",
|
||||
description: "Fix mentions for unknown users showing up as '<@343383572805058560>' (hover over a mention to fix it)",
|
||||
authors: [Devs.Ven],
|
||||
tags: ["MentionCacheFix"],
|
||||
|
||||
patches: [{
|
||||
find: 'className:"mention"',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue