Rename MoreUserTags to ExpandedUserTags

Hopefully stops crashing people
This commit is contained in:
thororen1234 2025-05-28 11:08:45 -04:00
parent ea9fa09564
commit 13827acb89
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View file

@ -6,6 +6,7 @@
import "./styles.css";
import { migratePluginSettings } from "@api/Settings";
import { classNameFactory } from "@api/Styles";
import { Devs, EquicordDevs } from "@utils/constants";
import { getCurrentChannel, getIntlMessage } from "@utils/discord";
@ -31,11 +32,13 @@ const genTagTypes = () => {
return obj;
};
migratePluginSettings("ExpandedUserTags", "MoreUserTags");
export default definePlugin({
name: "MoreUserTags",
name: "ExpandedUserTags",
description: "Adds tags for webhooks and moderative roles (owner, admin, etc.)",
authors: [Devs.Cyn, Devs.TheSun, Devs.RyanCaoDev, Devs.LordElias, Devs.AutumnVN, EquicordDevs.Hen],
dependencies: ["MemberListDecoratorsAPI", "NicknameIconsAPI", "MessageDecorationsAPI"],
tags: ["MoreUserTags"],
settings,
patches: [
// Make discord actually use our tags

View file

@ -14,7 +14,7 @@ import { TagSettings } from "./types";
function SettingsComponent() {
const tagSettings = settings.store.tagSettings as TagSettings;
const { localTags } = Vencord.Plugins.plugins.MoreUserTags as any;
const { localTags } = Vencord.Plugins.plugins.ExpandedUserTags as any;
return (
<Flex flexDirection="column">