mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-22 08:09:12 -05:00
Migrate AtSomeone Settings
This commit is contained in:
parent
76c91b0fc3
commit
7255eaaaff
1 changed files with 2 additions and 0 deletions
|
@ -5,10 +5,12 @@
|
|||
*/
|
||||
|
||||
import { addPreSendListener, removePreSendListener } from "@api/MessageEvents";
|
||||
import { migratePluginSettings } from "@api/Settings";
|
||||
import { Devs } from "@utils/constants";
|
||||
import definePlugin from "@utils/types";
|
||||
import { ChannelStore, GuildMemberStore, SelectedChannelStore, SelectedGuildStore } from "@webpack/common";
|
||||
|
||||
migratePluginSettings("AtSomeone", "atSomeone");
|
||||
export default definePlugin({
|
||||
name: "AtSomeone",
|
||||
authors: [Devs.Joona],
|
||||
|
|
Loading…
Add table
Reference in a new issue