add license

This commit is contained in:
camila314 2024-06-24 01:45:23 -05:00
parent 15ecf5380a
commit 3b39564904

View file

@ -1,3 +1,9 @@
/*
* Vencord, a Discord client mod
* Copyright (c) 2023 Vendicated, camila314, and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/
import definePlugin, { OptionType } from "@utils/types";
import { Button, Forms, useState, TextInput } from "@webpack/common";
import { DataStore } from "@api/index";