Implement plugin tags

This commit is contained in:
V
2023-05-12 03:41:00 +02:00
parent 3c7496ac6d
commit ade31f993b
7 changed files with 25 additions and 4 deletions

View File

@ -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"',