mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-27 15:34:26 -04:00
New Plugin
This commit is contained in:
parent
96df3abaac
commit
d2f9356f84
12 changed files with 72 additions and 37 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
import { DataStore } from "@api/index";
|
||||
import { definePluginSettings, migratePluginSettings, migrateSettingFromPlugin } from "@api/Settings";
|
||||
import { definePluginSettings } from "@api/Settings";
|
||||
import { Devs } from "@utils/constants";
|
||||
import { useForceUpdater } from "@utils/react";
|
||||
import definePlugin, { OptionType } from "@utils/types";
|
||||
|
@ -101,8 +101,6 @@ const settings = definePluginSettings({
|
|||
},
|
||||
});
|
||||
|
||||
migrateSettingFromPlugin("RPCEditor", "replacedAppIds", "ReplaceActivityTypes", "replacedAppIds");
|
||||
migratePluginSettings("RPCEditor", "ReplaceActivityTypes");
|
||||
export default definePlugin({
|
||||
name: "RPCEditor",
|
||||
description: "Edit the type and content of any Rich Presence",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue