From eeb5a614a5b40643b5cdc6a5d091d702683f68f4 Mon Sep 17 00:00:00 2001 From: byeoon <47872200+byeoon@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:44:44 -0500 Subject: [PATCH] init new thing --- src/plugins/copyStickerLinks/index.tsx | 36 ++++++++++++++++++++++++++ src/utils/constants.ts | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 src/plugins/copyStickerLinks/index.tsx diff --git a/src/plugins/copyStickerLinks/index.tsx b/src/plugins/copyStickerLinks/index.tsx new file mode 100644 index 000000000..3fed1b0b4 --- /dev/null +++ b/src/plugins/copyStickerLinks/index.tsx @@ -0,0 +1,36 @@ +/* + * Vencord, a modification for Discord's desktop app + * Copyright (c) 2024 Vendicated and contributors + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . +*/ + +import { Devs } from "@utils/constants"; +import definePlugin from "@utils/types"; +// import { Forms, Menu, React } from "@webpack/common"; + +export default definePlugin({ + name: "CopyStickerLinks", + description: "Adds the ability to copy sticker links and open them to your browser.", + authors: [Devs.Byeoon], + + start() { + // TODO + }, + + stop() { + }, + + +}); diff --git a/src/utils/constants.ts b/src/utils/constants.ts index e75825912..3fc7279aa 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -471,7 +471,7 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "Sqaaakoi", id: 259558259491340288n }, - Byron: { + Byeoon: { name: "byeoon", id: 1167275288036655133n },