Remove migratePluginSettings calls

This commit is contained in:
Vendicated 2023-04-29 23:19:14 +02:00
parent b95c5c6619
commit 070aa343ef
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
12 changed files with 4 additions and 27 deletions

View file

@ -17,7 +17,6 @@
*/
import { ApplicationCommandInputType, sendBotMessage } from "@api/Commands";
import { migratePluginSettings } from "@api/settings";
import { Devs } from "@utils/constants";
import definePlugin from "@utils/types";
import { findByPropsLazy } from "@webpack";
@ -74,7 +73,6 @@ function sendMessage(channelId, message) {
});
}
migratePluginSettings("SpotifyShareCommands", "Sendify");
export default definePlugin({
name: "SpotifyShareCommands",
description: "Share your current Spotify track, album or artist via slash command (/track, /album, /artist)",