Remove old plugin migrations

This commit is contained in:
Nuckyz 2024-12-07 19:55:37 -03:00
parent cea0a3c9d9
commit 3a339636d1
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
6 changed files with 3 additions and 13 deletions

View file

@ -5,7 +5,6 @@
*/
import { findGroupChildrenByChildId, NavContextMenuPatchCallback } from "@api/ContextMenu";
import { migratePluginSettings } from "@api/Settings";
import { Devs } from "@utils/constants";
import definePlugin from "@utils/types";
import { Menu } from "@webpack/common";
@ -25,7 +24,6 @@ const Patch: NavContextMenuPatchCallback = (children, { guild }: { guild: Guild;
);
};
migratePluginSettings("ServerInfo", "ServerProfile"); // what was I thinking with this name lmao
export default definePlugin({
name: "ServerInfo",
description: "Allows you to view info about a server",