mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-21 04:17:01 -04:00
Remove migratePluginSettings calls
This commit is contained in:
parent
b95c5c6619
commit
070aa343ef
12 changed files with 4 additions and 27 deletions
|
@ -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)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue