BypassDND -> BypassStatus

This commit is contained in:
thororen1234 2024-08-18 00:20:36 -04:00
parent aca51e64f8
commit 92fe7335fb
12 changed files with 32 additions and 25 deletions

View file

@ -5,7 +5,7 @@
*/
import { addChatBarButton, ChatBarButton, removeChatBarButton } from "@api/ChatButtons";
import { definePluginSettings, migratePluginSettings } from "@api/Settings";
import { definePluginSettings } from "@api/Settings";
import { Devs } from "@utils/constants";
import { openModal } from "@utils/modal";
import definePlugin, { OptionType } from "@utils/types";
@ -30,7 +30,6 @@ const SekaiStickerChatButton: ChatBarButton = () => {
};
let IS_FONTS_LOADED = false;
migratePluginSettings("SekaiStickers", "Sekai Stickers");
export default definePlugin({
name: "SekaiStickers",
description: "Sekai Stickers built in discord originally from github.com/TheOriginalAyaka",