mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-27 23:44:25 -04:00
Fix The Naming Scheme On Plugins
This commit is contained in:
parent
ba7d7ae4e1
commit
61d3d1f4ad
4 changed files with 11 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
import { addChatBarButton, ChatBarButton, removeChatBarButton } from "@api/ChatButtons";
|
||||
import { definePluginSettings } from "@api/Settings";
|
||||
import { definePluginSettings, migratePluginSettings } from "@api/Settings";
|
||||
import { Devs } from "@utils/constants";
|
||||
import { openModal } from "@utils/modal";
|
||||
import definePlugin, { OptionType } from "@utils/types";
|
||||
|
@ -30,8 +30,9 @@ const SekaiStickerChatButton: ChatBarButton = () => {
|
|||
};
|
||||
|
||||
let IS_FONTS_LOADED = false;
|
||||
migratePluginSettings("SekaiStickers", "Sekai Stickers");
|
||||
export default definePlugin({
|
||||
name: "Sekai Stickers",
|
||||
name: "SekaiStickers",
|
||||
description: "Sekai Stickers built in discord originally from github.com/TheOriginalAyaka",
|
||||
authors: [Devs.MaiKokain],
|
||||
dependencies: ["ChatInputButtonAPI"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue