mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-27 23:44:25 -04:00
BypassDND -> BypassStatus
This commit is contained in:
parent
aca51e64f8
commit
92fe7335fb
12 changed files with 32 additions and 25 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue